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:cskq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_main.c
76
spin_lock_init(&cdev->
cskq
.lock);
in cxgbit_uld_add()
77
INIT_LIST_HEAD(&cdev->
cskq
.list);
in cxgbit_uld_add()
95
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_close_conn()
96
list_for_each_entry(csk, &cdev->
cskq
.list, list) {
in cxgbit_close_conn()
112
spin_unlock_bh(&cdev->
cskq
.lock);
in cxgbit_close_conn()
119
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_detach_cdev()
120
if (list_empty(&cdev->
cskq
.list))
in cxgbit_detach_cdev()
122
spin_unlock_bh(&cdev->
cskq
.lock);
in cxgbit_detach_cdev()
539
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_update_dcb_priority()
540
list_for_each_entry(csk, &cdev->
cskq
in cxgbit_update_dcb_priority()
[all...]
H
A
D
cxgbit_cm.c
816
spin_lock_bh(&cdev->
cskq
.lock);
in _cxgbit_free_csk()
818
spin_unlock_bh(&cdev->
cskq
.lock);
in _cxgbit_free_csk()
1374
spin_lock(&cdev->
cskq
.lock);
in cxgbit_pass_accept_req()
1375
list_add_tail(&csk->list, &cdev->
cskq
.list);
in cxgbit_pass_accept_req()
1376
spin_unlock(&cdev->
cskq
.lock);
in cxgbit_pass_accept_req()
H
A
D
cxgbit.h
138
struct cxgbit_list_head
cskq
;
member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_main.c
83
spin_lock_init(&cdev->
cskq
.lock);
in cxgbit_uld_add()
84
INIT_LIST_HEAD(&cdev->
cskq
.list);
in cxgbit_uld_add()
102
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_close_conn()
103
list_for_each_entry(csk, &cdev->
cskq
.list, list) {
in cxgbit_close_conn()
119
spin_unlock_bh(&cdev->
cskq
.lock);
in cxgbit_close_conn()
126
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_detach_cdev()
127
if (list_empty(&cdev->
cskq
.list))
in cxgbit_detach_cdev()
129
spin_unlock_bh(&cdev->
cskq
.lock);
in cxgbit_detach_cdev()
546
spin_lock_bh(&cdev->
cskq
.lock);
in cxgbit_update_dcb_priority()
547
list_for_each_entry(csk, &cdev->
cskq
in cxgbit_update_dcb_priority()
[all...]
H
A
D
cxgbit_cm.c
816
spin_lock_bh(&cdev->
cskq
.lock);
in _cxgbit_free_csk()
818
spin_unlock_bh(&cdev->
cskq
.lock);
in _cxgbit_free_csk()
1375
spin_lock(&cdev->
cskq
.lock);
in cxgbit_pass_accept_req()
1376
list_add_tail(&csk->list, &cdev->
cskq
.list);
in cxgbit_pass_accept_req()
1377
spin_unlock(&cdev->
cskq
.lock);
in cxgbit_pass_accept_req()
H
A
D
cxgbit.h
138
struct cxgbit_list_head
cskq
;
member
Completed in 8 milliseconds