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_sect
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
1275
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1309
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1314
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1326
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1351
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1362
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1377
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1388
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1422
mutex_lock(&ctrl->
crit_sect
);
in board_added()
1457
mutex_unlock(&ctrl->
crit_sect
);
in board_added()
[all...]
H
A
D
shpchp_ctrl.c
549
mutex_lock(&p_slot->ctrl->
crit_sect
);
in shpchp_enable_slot()
594
mutex_unlock(&p_slot->ctrl->
crit_sect
);
in shpchp_enable_slot()
609
mutex_lock(&p_slot->ctrl->
crit_sect
);
in shpchp_disable_slot()
631
mutex_unlock(&p_slot->ctrl->
crit_sect
);
in shpchp_disable_slot()
H
A
D
cpqphp_core.c
385
mutex_lock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
393
mutex_unlock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
403
mutex_unlock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
1033
mutex_init(&ctrl->
crit_sect
);
in cpqhpc_probe()
1174
mutex_lock(&ctrl->
crit_sect
);
in cpqhpc_probe()
1219
mutex_unlock(&ctrl->
crit_sect
);
in cpqhpc_probe()
1224
mutex_unlock(&ctrl->
crit_sect
);
in cpqhpc_probe()
H
A
D
shpchp.h
91
struct mutex
crit_sect
; /* critical section mutex */
member
H
A
D
shpchp_hpc.c
998
mutex_init(&ctrl->
crit_sect
);
in shpc_init()
H
A
D
cpqphp.h
280
struct mutex
crit_sect
; /* critical section mutex */
member
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
1274
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1308
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1313
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1325
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1350
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1361
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1376
mutex_lock(&ctrl->
crit_sect
);
in board_replaced()
1387
mutex_unlock(&ctrl->
crit_sect
);
in board_replaced()
1420
mutex_lock(&ctrl->
crit_sect
);
in board_added()
1455
mutex_unlock(&ctrl->
crit_sect
);
in board_added()
[all...]
H
A
D
shpchp_ctrl.c
549
mutex_lock(&p_slot->ctrl->
crit_sect
);
in shpchp_enable_slot()
594
mutex_unlock(&p_slot->ctrl->
crit_sect
);
in shpchp_enable_slot()
609
mutex_lock(&p_slot->ctrl->
crit_sect
);
in shpchp_disable_slot()
631
mutex_unlock(&p_slot->ctrl->
crit_sect
);
in shpchp_disable_slot()
H
A
D
cpqphp_core.c
386
mutex_lock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
394
mutex_unlock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
404
mutex_unlock(&ctrl->
crit_sect
);
in cpqhp_set_attention_status()
1034
mutex_init(&ctrl->
crit_sect
);
in cpqhpc_probe()
1175
mutex_lock(&ctrl->
crit_sect
);
in cpqhpc_probe()
1220
mutex_unlock(&ctrl->
crit_sect
);
in cpqhpc_probe()
1225
mutex_unlock(&ctrl->
crit_sect
);
in cpqhpc_probe()
H
A
D
shpchp.h
91
struct mutex
crit_sect
; /* critical section mutex */
member
H
A
D
shpchp_hpc.c
975
mutex_init(&ctrl->
crit_sect
);
in shpc_init()
H
A
D
cpqphp.h
280
struct mutex
crit_sect
; /* critical section mutex */
member
Completed in 16 milliseconds