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:entries_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_misc.c
65
static DEFINE_RWLOCK(
entries_lock
);
143
read_lock(&
entries_lock
);
in load_misc_binary()
147
read_unlock(&
entries_lock
);
in load_misc_binary()
569
write_lock(&
entries_lock
);
in kill_node()
571
write_unlock(&
entries_lock
);
in kill_node()
696
write_lock(&
entries_lock
);
in bm_register_write()
698
write_unlock(&
entries_lock
);
in bm_register_write()
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_misc.c
65
static DEFINE_RWLOCK(
entries_lock
);
143
read_lock(&
entries_lock
);
in load_misc_binary()
147
read_unlock(&
entries_lock
);
in load_misc_binary()
570
write_lock(&
entries_lock
);
in kill_node()
572
write_unlock(&
entries_lock
);
in kill_node()
697
write_lock(&
entries_lock
);
in bm_register_write()
699
write_unlock(&
entries_lock
);
in bm_register_write()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flow.c
756
mutex_init(¶ms.prof->
entries_lock
);
in ice_flow_add_prof_sync()
784
mutex_lock(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
792
mutex_unlock(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
799
mutex_destroy(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
1002
mutex_lock(&prof->
entries_lock
);
in ice_flow_add_entry()
1004
mutex_unlock(&prof->
entries_lock
);
in ice_flow_add_entry()
1040
mutex_lock(&prof->
entries_lock
);
in ice_flow_rem_entry()
1042
mutex_unlock(&prof->
entries_lock
);
in ice_flow_rem_entry()
H
A
D
ice_flow.h
208
struct mutex
entries_lock
;
member
H
A
D
ice_flex_pipe.c
2886
mutex_destroy(&p->
entries_lock
);
in ice_free_flow_profs()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_flow.c
1396
mutex_init(¶ms->prof->
entries_lock
);
in ice_flow_add_prof_sync()
1426
mutex_lock(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
1434
mutex_unlock(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
1441
mutex_destroy(&prof->
entries_lock
);
in ice_flow_rem_prof_sync()
1641
mutex_lock(&prof->
entries_lock
);
in ice_flow_add_entry()
1643
mutex_unlock(&prof->
entries_lock
);
in ice_flow_add_entry()
1677
mutex_lock(&prof->
entries_lock
);
in ice_flow_rem_entry()
1679
mutex_unlock(&prof->
entries_lock
);
in ice_flow_rem_entry()
1822
mutex_lock(&prof->
entries_lock
);
in ice_flow_rem_vsi_prof()
1831
mutex_unlock(&prof->
entries_lock
);
in ice_flow_rem_vsi_prof()
[all...]
H
A
D
ice_flow.h
371
struct mutex
entries_lock
;
member
H
A
D
ice_flex_pipe.c
2059
mutex_destroy(&p->
entries_lock
);
in ice_free_flow_profs()
Completed in 19 milliseconds