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:op_mutex
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
wmi.c
104
mutex_init(&wmi->
op_mutex
);
in ath9k_init_wmi()
118
mutex_lock(&wmi->
op_mutex
);
in ath9k_stop_wmi()
120
mutex_unlock(&wmi->
op_mutex
);
in ath9k_stop_wmi()
334
mutex_lock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
353
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
357
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
363
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
H
A
D
wmi.h
152
struct mutex
op_mutex
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
wmi.c
104
mutex_init(&wmi->
op_mutex
);
in ath9k_init_wmi()
118
mutex_lock(&wmi->
op_mutex
);
in ath9k_stop_wmi()
120
mutex_unlock(&wmi->
op_mutex
);
in ath9k_stop_wmi()
336
mutex_lock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
355
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
359
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
365
mutex_unlock(&wmi->
op_mutex
);
in ath9k_wmi_cmd()
H
A
D
wmi.h
152
struct mutex
op_mutex
;
member
/kernel/linux/linux-5.10/fs/openpromfs/
H
A
D
inode.c
23
static DEFINE_MUTEX(
op_mutex
);
200
mutex_lock(&
op_mutex
);
in openpromfs_lookup()
231
mutex_unlock(&
op_mutex
);
in openpromfs_lookup()
236
mutex_unlock(&
op_mutex
);
in openpromfs_lookup()
274
mutex_lock(&
op_mutex
);
in openpromfs_readdir()
324
mutex_unlock(&
op_mutex
);
in openpromfs_readdir()
/kernel/linux/linux-6.6/fs/openpromfs/
H
A
D
inode.c
23
static DEFINE_MUTEX(
op_mutex
);
200
mutex_lock(&
op_mutex
);
in openpromfs_lookup()
231
mutex_unlock(&
op_mutex
);
in openpromfs_lookup()
236
mutex_unlock(&
op_mutex
);
in openpromfs_lookup()
278
mutex_lock(&
op_mutex
);
in openpromfs_readdir()
328
mutex_unlock(&
op_mutex
);
in openpromfs_readdir()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.h
210
struct mutex
op_mutex
; /* one vfop at a time mutex */
member
H
A
D
bnx2x_sriov.c
1265
mutex_init(&bnx2x_vf(bp, i,
op_mutex
));
in bnx2x_iov_init_one()
2315
mutex_lock(&vf->
op_mutex
);
in bnx2x_lock_vf_pf_channel()
2349
mutex_unlock(&vf->
op_mutex
);
in bnx2x_unlock_vf_pf_channel()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sriov.h
210
struct mutex
op_mutex
; /* one vfop at a time mutex */
member
H
A
D
bnx2x_sriov.c
1264
mutex_init(&bnx2x_vf(bp, i,
op_mutex
));
in bnx2x_iov_init_one()
2308
mutex_lock(&vf->
op_mutex
);
in bnx2x_lock_vf_pf_channel()
2342
mutex_unlock(&vf->
op_mutex
);
in bnx2x_unlock_vf_pf_channel()
Completed in 15 milliseconds