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:so_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4state.c
426
atomic_inc(&sp->
so_count
);
in nfs4_find_state_owner_locked()
454
atomic_inc(&sp->
so_count
);
in nfs4_insert_state_owner_locked()
515
atomic_set(&sp->
so_count
, 1);
in nfs4_alloc_state_owner()
620
if (!atomic_dec_and_lock(&sp->
so_count
, &clp->cl_lock))
in nfs4_put_state_owner()
741
atomic_inc(&owner->
so_count
);
in nfs4_get_open_state()
788
atomic_inc(&owner->
so_count
);
in __nfs4_close()
1941
if (!atomic_inc_not_zero(&sp->
so_count
))
in nfs4_do_reclaim()
H
A
D
nfs4_fs.h
118
atomic_t
so_count
;
member
H
A
D
nfs4proc.c
1369
atomic_inc(&sp->
so_count
);
in nfs4_opendata_alloc()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4state.c
426
atomic_inc(&sp->
so_count
);
in nfs4_find_state_owner_locked()
454
atomic_inc(&sp->
so_count
);
in nfs4_insert_state_owner_locked()
514
atomic_set(&sp->
so_count
, 1);
in nfs4_alloc_state_owner()
619
if (!atomic_dec_and_lock(&sp->
so_count
, &clp->cl_lock))
in nfs4_put_state_owner()
740
atomic_inc(&owner->
so_count
);
in nfs4_get_open_state()
787
atomic_inc(&owner->
so_count
);
in __nfs4_close()
1947
if (!atomic_inc_not_zero(&sp->
so_count
))
in nfs4_do_reclaim()
H
A
D
nfs4_fs.h
119
atomic_t
so_count
;
member
H
A
D
nfs4proc.c
1384
atomic_inc(&sp->
so_count
);
in nfs4_opendata_alloc()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
440
atomic_t
so_count
;
member
H
A
D
nfs4state.c
359
atomic_inc(&sop->
so_count
);
in nfs4_get_stateowner()
1336
if (!atomic_dec_and_lock(&sop->
so_count
, &clp->cl_lock))
in nfs4_put_stateowner()
4227
atomic_set(&sop->
so_count
, 1);
in alloc_stateowner()
7143
if (atomic_read(&sop->
so_count
) != 1) {
in nfsd4_release_lockowner()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
475
atomic_t
so_count
;
member
H
A
D
nfs4state.c
530
atomic_inc(&sop->
so_count
);
in nfs4_get_stateowner()
1455
if (!atomic_dec_and_lock(&sop->
so_count
, &clp->cl_lock))
in nfs4_put_stateowner()
4489
atomic_set(&sop->
so_count
, 1);
in alloc_stateowner()
Completed in 57 milliseconds