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:io_req_lock
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic.h
306
____cacheline_aligned spinlock_t
io_req_lock
[SNIC_IO_LOCKS];
member
H
A
D
snic_main.c
561
spin_lock_init(&snic->
io_req_lock
[i]);
in snic_probe()
H
A
D
snic_scsi.c
116
return &snic->
io_req_lock
[hash];
in snic_io_lock_hash()
122
return &snic->
io_req_lock
[tag & (SNIC_IO_LOCKS - 1)];
in snic_io_lock_tag()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic.h
93
* These fields are locked by the hashed
io_req_lock
.
280
spinlock_t
io_req_lock
[FNIC_IO_LOCKS]; /* locks for scsi cmnds */
member
H
A
D
fnic_scsi.c
112
return &fnic->
io_req_lock
[hash];
in fnic_io_lock_hash()
118
return &fnic->
io_req_lock
[tag & (FNIC_IO_LOCKS - 1)];
in fnic_io_lock_tag()
1889
* The CMD_SP will not be cleared except while holding
io_req_lock
.
in fnic_abort_cmd()
H
A
D
fnic_main.c
741
spin_lock_init(&fnic->
io_req_lock
[i]);
in fnic_probe()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic.h
292
____cacheline_aligned spinlock_t
io_req_lock
[SNIC_IO_LOCKS];
member
H
A
D
snic_main.c
547
spin_lock_init(&snic->
io_req_lock
[i]);
in snic_probe()
H
A
D
snic_scsi.c
102
return &snic->
io_req_lock
[hash];
in snic_io_lock_hash()
108
return &snic->
io_req_lock
[tag & (SNIC_IO_LOCKS - 1)];
in snic_io_lock_tag()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic.h
81
* These fields are locked by the hashed
io_req_lock
.
285
spinlock_t
io_req_lock
[FNIC_IO_LOCKS]; /* locks for scsi cmnds */
member
H
A
D
fnic_scsi.c
100
return &fnic->
io_req_lock
[hash];
in fnic_io_lock_hash()
106
return &fnic->
io_req_lock
[tag & (FNIC_IO_LOCKS - 1)];
in fnic_io_lock_tag()
1772
* .io_req will not be cleared except while holding
io_req_lock
.
in fnic_abort_cmd()
H
A
D
fnic_main.c
755
spin_lock_init(&fnic->
io_req_lock
[i]);
in fnic_probe()
Completed in 19 milliseconds