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:ls_count
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
lockspace.c
28
static int
ls_count
;
variable
232
ls_count
= 0;
in dlm_lockspace_init()
313
atomic_inc(&ls->
ls_count
);
in dlm_find_lockspace_global()
330
atomic_inc(&ls->
ls_count
);
in dlm_find_lockspace_local()
347
atomic_inc(&ls->
ls_count
);
in dlm_find_lockspace_device()
359
if (atomic_dec_and_test(&ls->
ls_count
))
in dlm_put_lockspace()
366
wait_event(ls->ls_count_wait, atomic_read(&ls->
ls_count
) == 0);
in remove_lockspace()
369
if (atomic_read(&ls->
ls_count
) != 0) {
in remove_lockspace()
480
atomic_set(&ls->
ls_count
, 0);
in new_lockspace()
688
if (!
ls_count
)
in __dlm_new_lockspace()
[all...]
H
A
D
requestqueue.c
136
if (!atomic_read(&ls->
ls_count
))
in purge_request()
H
A
D
dlm_internal.h
553
atomic_t
ls_count
; /* refcount of processes in
member
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
lockspace.c
28
static int
ls_count
;
variable
233
ls_count
= 0;
in dlm_lockspace_init()
316
ls->
ls_count
++;
in dlm_find_lockspace_global()
333
ls->
ls_count
++;
in dlm_find_lockspace_local()
350
ls->
ls_count
++;
in dlm_find_lockspace_device()
363
ls->
ls_count
--;
in dlm_put_lockspace()
371
if (ls->
ls_count
== 0) {
in remove_lockspace()
489
ls->
ls_count
= 0;
in new_lockspace()
694
if (!
ls_count
)
in dlm_new_lockspace()
702
ls_count
in dlm_new_lockspace()
[all...]
H
A
D
requestqueue.c
133
if (!ls->
ls_count
)
in purge_request()
H
A
D
dlm_internal.h
525
int
ls_count
; /* refcount of processes in
member
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4state.c
863
refcount_inc(&ret->
ls_count
);
in __nfs4_find_lock_state()
881
refcount_set(&lsp->
ls_count
, 1);
in nfs4_alloc_lock_state()
945
if (!refcount_dec_and_lock(&lsp->
ls_count
, &state->state_lock))
in nfs4_put_lock_state()
965
refcount_inc(&lsp->
ls_count
);
in nfs4_fl_copy_lock()
H
A
D
nfs4_fs.h
155
refcount_t
ls_count
;
member
H
A
D
nfs4proc.c
2908
refcount_inc(&lsp->
ls_count
);
in nfs41_check_expired_locks()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4state.c
862
refcount_inc(&ret->
ls_count
);
in __nfs4_find_lock_state()
880
refcount_set(&lsp->
ls_count
, 1);
in nfs4_alloc_lock_state()
944
if (!refcount_dec_and_lock(&lsp->
ls_count
, &state->state_lock))
in nfs4_put_lock_state()
964
refcount_inc(&lsp->
ls_count
);
in nfs4_fl_copy_lock()
H
A
D
nfs4_fs.h
157
refcount_t
ls_count
;
member
H
A
D
nfs4proc.c
2918
refcount_inc(&lsp->
ls_count
);
in nfs41_check_expired_locks()
Completed in 63 milliseconds