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:cl_rpc_users
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
368
atomic_t
cl_rpc_users
;
member
H
A
D
nfs4state.c
108
* wait for
cl_rpc_users
to drop to 0 and then for the client to be
152
atomic_inc(&clp->
cl_rpc_users
);
in get_client_locked()
181
if (!atomic_dec_and_test(&clp->
cl_rpc_users
))
in put_client_renew_locked()
193
if (!atomic_dec_and_lock(&clp->
cl_rpc_users
, &nn->client_lock))
in put_client_renew()
1982
atomic_set(&clp->
cl_rpc_users
, 0);
in alloc_client()
2081
if (atomic_read(&clp->
cl_rpc_users
))
in mark_client_expired_locked()
2675
wait_event(expiry_wq, atomic_read(&clp->
cl_rpc_users
) == 0);
in force_expire_client()
4707
atomic_inc(&found->
cl_rpc_users
);
in lookup_clientid()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
392
atomic_t
cl_rpc_users
;
member
H
A
D
nfs4state.c
113
* wait for
cl_rpc_users
to drop to 0 and then for the client to be
181
atomic_inc(&clp->
cl_rpc_users
);
in get_client_locked()
214
if (!atomic_dec_and_test(&clp->
cl_rpc_users
))
in put_client_renew_locked()
226
if (!atomic_dec_and_lock(&clp->
cl_rpc_users
, &nn->client_lock))
in put_client_renew()
2107
atomic_set(&clp->
cl_rpc_users
, 0);
in alloc_client()
2210
if (atomic_read(&clp->
cl_rpc_users
))
in mark_client_expired_locked()
2827
wait_event(expiry_wq, atomic_read(&clp->
cl_rpc_users
) == 0);
in force_expire_client()
5016
atomic_inc(&found->
cl_rpc_users
);
in lookup_clientid()
6071
if (!atomic_read(&clp->
cl_rpc_users
)) {
in nfs4_get_client_reaplist()
6276
atomic_inc(&clp->
cl_rpc_users
);
in deleg_reaper()
[all...]
Completed in 23 milliseconds