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:if_lock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
main.c
654
spin_lock_bh(&vif->
if_lock
);
in ath6kl_connect_event()
658
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_connect_event()
1058
spin_lock_bh(&vif->
if_lock
);
in ath6kl_disconnect_event()
1061
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_disconnect_event()
H
A
D
core.h
605
spinlock_t
if_lock
;
member
H
A
D
txrx.c
1361
spin_lock_bh(&vif->
if_lock
);
in ath6kl_rx()
1366
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_rx()
H
A
D
cfg80211.c
3592
spin_lock_init(&vif->
if_lock
);
in ath6kl_cfg80211_vif_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
main.c
654
spin_lock_bh(&vif->
if_lock
);
in ath6kl_connect_event()
658
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_connect_event()
1058
spin_lock_bh(&vif->
if_lock
);
in ath6kl_disconnect_event()
1061
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_disconnect_event()
H
A
D
core.h
605
spinlock_t
if_lock
;
member
H
A
D
txrx.c
1361
spin_lock_bh(&vif->
if_lock
);
in ath6kl_rx()
1366
spin_unlock_bh(&vif->
if_lock
);
in ath6kl_rx()
H
A
D
cfg80211.c
3594
spin_lock_init(&vif->
if_lock
);
in ath6kl_cfg80211_vif_init()
/kernel/linux/linux-5.10/net/core/
H
A
D
pktgen.c
67
* The if_list is RCU protected, and the
if_lock
remains to protect updating
232
#define
if_lock
(t) mutex_lock(&(t->
if_lock
));
macro
233
#define if_unlock(t) mutex_unlock(&(t->
if_lock
));
439
struct mutex
if_lock
; /* for list of devices */
member
1920
if_lock
(t);
in pktgen_change_name()
3566
* userspace on another CPU than the kthread. The
if_lock
()
in add_dev_to_thread()
3570
if_lock
(t);
in add_dev_to_thread()
3689
mutex_init(&t->
if_lock
);
in pktgen_create_thread()
3738
if_lock
(
in _rem_dev_from_if_list()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
pktgen.c
67
* The if_list is RCU protected, and the
if_lock
remains to protect updating
235
#define
if_lock
(t) mutex_lock(&(t->
if_lock
));
macro
236
#define if_unlock(t) mutex_unlock(&(t->
if_lock
));
455
struct mutex
if_lock
; /* for list of devices */
member
2027
if_lock
(t);
in pktgen_change_name()
3707
* userspace on another CPU than the kthread. The
if_lock
()
in add_dev_to_thread()
3711
if_lock
(t);
in add_dev_to_thread()
3830
mutex_init(&t->
if_lock
);
in pktgen_create_thread()
3879
if_lock
(
in _rem_dev_from_if_list()
[all...]
Completed in 41 milliseconds