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:crit_lock
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_main.c
1989
* Do work that needs both RTNL and
crit_lock
.
2000
mutex_lock(&adapter->
crit_lock
);
in iavf_finish_config()
2043
mutex_unlock(&adapter->
crit_lock
);
in iavf_finish_config()
2740
if (!mutex_trylock(&adapter->
crit_lock
)) {
in iavf_watchdog_task()
2753
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
2759
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
2765
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
2771
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
2777
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
2788
mutex_unlock(&adapter->
crit_lock
);
in iavf_watchdog_task()
[all...]
H
A
D
iavf_ethtool.c
1426
while (!mutex_trylock(&adapter->
crit_lock
)) {
in iavf_add_fdir_ethtool()
1455
mutex_unlock(&adapter->
crit_lock
);
in iavf_add_fdir_ethtool()
1645
while (!mutex_trylock(&adapter->
crit_lock
)) {
in iavf_set_adv_rss_hash_opt()
1681
mutex_unlock(&adapter->
crit_lock
);
in iavf_set_adv_rss_hash_opt()
H
A
D
iavf.h
267
struct mutex
crit_lock
;
member
Completed in 8 milliseconds