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:rpc_client_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
netns.h
22
spinlock_t
rpc_client_lock
;
member
H
A
D
sunrpc_syms.c
54
spin_lock_init(&sn->
rpc_client_lock
);
in sunrpc_init_net()
H
A
D
clnt.c
85
spin_lock(&sn->
rpc_client_lock
);
in rpc_register_client()
87
spin_unlock(&sn->
rpc_client_lock
);
in rpc_register_client()
95
spin_lock(&sn->
rpc_client_lock
);
in rpc_unregister_client()
97
spin_unlock(&sn->
rpc_client_lock
);
in rpc_unregister_client()
225
spin_lock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
229
spin_unlock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
232
spin_unlock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
3004
spin_lock(&sn->
rpc_client_lock
);
in rpc_show_tasks()
3016
spin_unlock(&sn->
rpc_client_lock
);
in rpc_show_tasks()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
netns.h
22
spinlock_t
rpc_client_lock
;
member
H
A
D
sunrpc_syms.c
55
spin_lock_init(&sn->
rpc_client_lock
);
in sunrpc_init_net()
H
A
D
clnt.c
87
spin_lock(&sn->
rpc_client_lock
);
in rpc_register_client()
89
spin_unlock(&sn->
rpc_client_lock
);
in rpc_register_client()
97
spin_lock(&sn->
rpc_client_lock
);
in rpc_unregister_client()
99
spin_unlock(&sn->
rpc_client_lock
);
in rpc_unregister_client()
227
spin_lock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
231
spin_unlock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
234
spin_unlock(&sn->
rpc_client_lock
);
in rpc_get_client_for_event()
3339
spin_lock(&sn->
rpc_client_lock
);
in rpc_show_tasks()
3351
spin_unlock(&sn->
rpc_client_lock
);
in rpc_show_tasks()
Completed in 8 milliseconds