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:st_mutex
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp.c
251
* state_hw_drive:
st_mutex
held
252
* state_hw_mask:
st_mutex
held
253
* state_soft_mask:
st_mutex
held
254
* state:
st_mutex
held unless reading input bits
256
struct mutex
st_mutex
; /* Protects state */
member
793
mutex_lock(&sfp->
st_mutex
);
in sfp_soft_start_poll()
800
mutex_unlock(&sfp->
st_mutex
);
in sfp_soft_start_poll()
805
mutex_lock(&sfp->
st_mutex
);
in sfp_soft_stop_poll()
807
mutex_unlock(&sfp->
st_mutex
);
in sfp_soft_stop_poll()
810
/* sfp_get_state() - must be called with
st_mutex
hel
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
4299
/* Lock the stateid
st_mutex
, and deal with races with CLOSE */
4305
mutex_lock_nested(&stp->
st_mutex
, LOCK_STATEID_MUTEX);
in nfsd4_lock_ol_stateid()
4308
mutex_unlock(&stp->
st_mutex
);
in nfsd4_lock_ol_stateid()
4368
mutex_init(&stp->
st_mutex
);
in init_open_stateid()
4369
mutex_lock_nested(&stp->
st_mutex
, OPEN_STATEID_MUTEX);
in init_open_stateid()
4402
mutex_unlock(&stp->
st_mutex
);
in init_open_stateid()
5234
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
5242
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
5253
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
5976
mutex_unlock(&stp->
st_mutex
);
in nfsd4_free_lock_stateid()
[all...]
H
A
D
state.h
568
struct mutex
st_mutex
;
member
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
4561
/* Lock the stateid
st_mutex
, and deal with races with CLOSE */
4567
mutex_lock_nested(&stp->
st_mutex
, LOCK_STATEID_MUTEX);
in nfsd4_lock_ol_stateid()
4570
mutex_unlock(&stp->
st_mutex
);
in nfsd4_lock_ol_stateid()
4630
mutex_init(&stp->
st_mutex
);
in init_open_stateid()
4631
mutex_lock_nested(&stp->
st_mutex
, OPEN_STATEID_MUTEX);
in init_open_stateid()
4664
mutex_unlock(&stp->
st_mutex
);
in init_open_stateid()
5770
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
5778
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
5789
mutex_unlock(&stp->
st_mutex
);
in nfsd4_process_open2()
6738
mutex_unlock(&stp->
st_mutex
);
in nfsd4_free_lock_stateid()
[all...]
H
A
D
state.h
606
struct mutex
st_mutex
;
member
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp.c
241
struct mutex
st_mutex
; /* Protects state */
member
2329
mutex_lock(&sfp->
st_mutex
);
in sfp_check_state()
2358
mutex_unlock(&sfp->
st_mutex
);
in sfp_check_state()
2393
mutex_init(&sfp->
st_mutex
);
in sfp_alloc()
Completed in 26 milliseconds