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:exp_mutex
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
user_exp_rcv.c
150
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_free()
155
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_free()
367
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_setup()
453
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_setup()
544
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_clear()
557
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_clear()
H
A
D
hfi.h
310
struct mutex
exp_mutex
;
member
H
A
D
init.c
381
mutex_init(&rcd->
exp_mutex
);
in hfi1_create_ctxtdata()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
user_exp_rcv.c
107
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_free()
112
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_free()
324
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_setup()
408
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_setup()
499
mutex_lock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_clear()
512
mutex_unlock(&uctxt->
exp_mutex
);
in hfi1_user_exp_rcv_clear()
H
A
D
hfi.h
269
struct mutex
exp_mutex
;
member
H
A
D
init.c
340
mutex_init(&rcd->
exp_mutex
);
in hfi1_create_ctxtdata()
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_exp.h
290
mutex_trylock(&rcu_state.
exp_mutex
))
in exp_funnel_lock()
296
* otherwise falls through to acquire ->
exp_mutex
. The mapping
in exp_funnel_lock()
322
mutex_lock(&rcu_state.
exp_mutex
);
in exp_funnel_lock()
325
mutex_unlock(&rcu_state.
exp_mutex
);
in exp_funnel_lock()
865
mutex_unlock(&rcu_state.
exp_mutex
);
H
A
D
tree.h
326
struct mutex
exp_mutex
; /* Serialize expedited GP. */
member
H
A
D
tree.c
95
.
exp_mutex
= __MUTEX_INITIALIZER(rcu_state.
exp_mutex
),
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_exp.h
292
mutex_trylock(&rcu_state.
exp_mutex
))
in exp_funnel_lock()
298
* otherwise falls through to acquire ->
exp_mutex
. The mapping
in exp_funnel_lock()
324
mutex_lock(&rcu_state.
exp_mutex
);
in exp_funnel_lock()
327
mutex_unlock(&rcu_state.
exp_mutex
);
in exp_funnel_lock()
1024
mutex_unlock(&rcu_state.
exp_mutex
);
H
A
D
tree.h
364
struct mutex
exp_mutex
; /* Serialize expedited GP. */
member
H
A
D
tree.c
93
.
exp_mutex
= __MUTEX_INITIALIZER(rcu_state.
exp_mutex
),
Completed in 32 milliseconds