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:cdev_list_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_main.c
19
DEFINE_MUTEX(
cdev_list_lock
);
variable
79
mutex_lock(&
cdev_list_lock
);
in cxgbit_uld_add()
81
mutex_unlock(&
cdev_list_lock
);
in cxgbit_uld_add()
125
mutex_lock(&
cdev_list_lock
);
in cxgbit_detach_cdev()
127
mutex_unlock(&
cdev_list_lock
);
in cxgbit_detach_cdev()
618
mutex_lock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
624
mutex_unlock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
630
mutex_unlock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
723
mutex_lock(&
cdev_list_lock
);
in cxgbit_exit()
728
mutex_unlock(&
cdev_list_lock
);
in cxgbit_exit()
[all...]
H
A
D
cxgbit_cm.c
380
mutex_lock(&
cdev_list_lock
);
in cxgbit_setup_cdev_np()
394
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_cdev_np()
404
mutex_lock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
407
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
420
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
569
mutex_lock(&
cdev_list_lock
);
in cxgbit_free_all_np()
575
mutex_unlock(&
cdev_list_lock
);
in cxgbit_free_all_np()
583
mutex_lock(&
cdev_list_lock
);
in cxgbit_free_cdev_np()
595
mutex_unlock(&
cdev_list_lock
);
in cxgbit_free_cdev_np()
H
A
D
cxgbit.h
40
extern struct mutex
cdev_list_lock
;
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_main.c
19
DEFINE_MUTEX(
cdev_list_lock
);
variable
86
mutex_lock(&
cdev_list_lock
);
in cxgbit_uld_add()
88
mutex_unlock(&
cdev_list_lock
);
in cxgbit_uld_add()
132
mutex_lock(&
cdev_list_lock
);
in cxgbit_detach_cdev()
134
mutex_unlock(&
cdev_list_lock
);
in cxgbit_detach_cdev()
625
mutex_lock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
631
mutex_unlock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
637
mutex_unlock(&
cdev_list_lock
);
in cxgbit_dcb_workfn()
730
mutex_lock(&
cdev_list_lock
);
in cxgbit_exit()
735
mutex_unlock(&
cdev_list_lock
);
in cxgbit_exit()
[all...]
H
A
D
cxgbit_cm.c
380
mutex_lock(&
cdev_list_lock
);
in cxgbit_setup_cdev_np()
394
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_cdev_np()
404
mutex_lock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
407
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
420
mutex_unlock(&
cdev_list_lock
);
in cxgbit_setup_all_np()
569
mutex_lock(&
cdev_list_lock
);
in cxgbit_free_all_np()
575
mutex_unlock(&
cdev_list_lock
);
in cxgbit_free_all_np()
583
mutex_lock(&
cdev_list_lock
);
in cxgbit_free_cdev_np()
595
mutex_unlock(&
cdev_list_lock
);
in cxgbit_free_cdev_np()
H
A
D
cxgbit.h
40
extern struct mutex
cdev_list_lock
;
Completed in 9 milliseconds