Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:smc_listen_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc.h
226
struct work_struct
smc_listen_work
;/* prepare new accept socket */
member
H
A
D
smc_close.c
28
if (smc->listen_smc && current_work() != &smc->
smc_listen_work
)
in smc_clcsock_release()
29
cancel_work_sync(&smc->
smc_listen_work
);
in smc_clcsock_release()
H
A
D
af_smc.c
1697
static void
smc_listen_work
(struct work_struct *work)
in smc_listen_work()
function
1700
smc_listen_work
);
in smc_listen_work()
1829
sock_hold(lsk); /* sock_put in
smc_listen_work
*/
in smc_tcp_listen_work()
1830
INIT_WORK(&new_smc->
smc_listen_work
,
smc_listen_work
);
in smc_tcp_listen_work()
1835
if (!queue_work(smc_hs_wq, &new_smc->
smc_listen_work
))
in smc_tcp_listen_work()
1937
/* wakeup by sk_data_ready in
smc_listen_work
() */
in smc_accept()
2099
/* woken up by sk_data_ready in
smc_listen_work
() */
in smc_poll()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_close.c
28
if (smc->listen_smc && current_work() != &smc->
smc_listen_work
)
in smc_clcsock_release()
29
cancel_work_sync(&smc->
smc_listen_work
);
in smc_clcsock_release()
H
A
D
smc.h
259
struct work_struct
smc_listen_work
;/* prepare new accept socket */
member
H
A
D
af_smc.c
2399
static void
smc_listen_work
(struct work_struct *work)
in smc_listen_work()
function
2402
smc_listen_work
);
in smc_listen_work()
2557
sock_hold(lsk); /* sock_put in
smc_listen_work
*/
in smc_tcp_listen_work()
2558
INIT_WORK(&new_smc->
smc_listen_work
,
smc_listen_work
);
in smc_tcp_listen_work()
2561
if (!queue_work(smc_hs_wq, &new_smc->
smc_listen_work
))
in smc_tcp_listen_work()
2683
/* wakeup by sk_data_ready in
smc_listen_work
() */
in smc_accept()
2849
/* woken up by sk_data_ready in
smc_listen_work
() */
in smc_poll()
Completed in 11 milliseconds