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_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4layouts.c
231
spin_lock_init(&ls->
ls_lock
);
in nfsd4_alloc_layout_stateid()
321
spin_lock(&ls->
ls_lock
);
in nfsd4_recall_file_layout()
336
spin_unlock(&ls->
ls_lock
);
in nfsd4_recall_file_layout()
413
spin_lock(&ls->
ls_lock
);
in nfsd4_insert_layout()
418
spin_unlock(&ls->
ls_lock
);
in nfsd4_insert_layout()
431
spin_lock(&ls->
ls_lock
);
in nfsd4_insert_layout()
442
spin_unlock(&ls->
ls_lock
);
in nfsd4_insert_layout()
507
spin_lock(&ls->
ls_lock
);
in nfsd4_return_file_layouts()
523
spin_unlock(&ls->
ls_lock
);
in nfsd4_return_file_layouts()
553
spin_lock(&ls->
ls_lock
);
in nfsd4_return_client_layouts()
[all...]
H
A
D
state.h
580
spinlock_t
ls_lock
;
member
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
232
spin_lock_init(&ls->
ls_lock
);
in nfsd4_alloc_layout_stateid()
322
spin_lock(&ls->
ls_lock
);
in nfsd4_recall_file_layout()
337
spin_unlock(&ls->
ls_lock
);
in nfsd4_recall_file_layout()
414
spin_lock(&ls->
ls_lock
);
in nfsd4_insert_layout()
419
spin_unlock(&ls->
ls_lock
);
in nfsd4_insert_layout()
432
spin_lock(&ls->
ls_lock
);
in nfsd4_insert_layout()
443
spin_unlock(&ls->
ls_lock
);
in nfsd4_insert_layout()
508
spin_lock(&ls->
ls_lock
);
in nfsd4_return_file_layouts()
524
spin_unlock(&ls->
ls_lock
);
in nfsd4_return_file_layouts()
554
spin_lock(&ls->
ls_lock
);
in nfsd4_return_client_layouts()
[all...]
H
A
D
state.h
618
spinlock_t
ls_lock
;
member
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
lockspace.c
29
static struct mutex
ls_lock
;
variable
234
mutex_init(&
ls_lock
);
in dlm_lockspace_init()
693
mutex_lock(&
ls_lock
);
in dlm_new_lockspace()
708
mutex_unlock(&
ls_lock
);
in dlm_new_lockspace()
878
mutex_lock(&
ls_lock
);
in dlm_release_lockspace()
884
mutex_unlock(&
ls_lock
);
in dlm_release_lockspace()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
lockspace.c
29
static struct mutex
ls_lock
;
variable
233
mutex_init(&
ls_lock
);
in dlm_lockspace_init()
687
mutex_lock(&
ls_lock
);
in __dlm_new_lockspace()
705
mutex_unlock(&
ls_lock
);
in __dlm_new_lockspace()
903
mutex_lock(&
ls_lock
);
in dlm_release_lockspace()
909
mutex_unlock(&
ls_lock
);
in dlm_release_lockspace()
Completed in 8 milliseconds