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:scsi_lock
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
rtsx.c
120
/* This is always called with
scsi_lock
(host) held */
165
scsi_lock
(host);
in command_abort()
376
scsi_lock
(host);
in rtsx_control_thread()
418
scsi_lock
(host);
in rtsx_control_thread()
619
scsi_lock
(host);
in quiesce_and_remove_host()
637
scsi_lock
(host);
in quiesce_and_remove_host()
H
A
D
rtsx.h
131
* The
scsi_lock
() and scsi_unlock() macros protect the sm_state and the
135
#define
scsi_lock
(host) spin_lock_irq(host->host_lock)
macro
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_dbf.c
665
spin_lock_irqsave(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_common()
723
spin_unlock_irqrestore(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_common()
747
spin_lock_irqsave(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_eh()
763
spin_unlock_irqrestore(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_eh()
810
spin_lock_init(&dbf->
scsi_lock
);
in zfcp_dbf_adapter_register()
H
A
D
zfcp_dbf.h
296
* @
scsi_lock
: lock protecting scsi trace buffer
313
spinlock_t
scsi_lock
;
member
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
rtsx.c
120
/* This is always called with
scsi_lock
(host) held */
162
scsi_lock
(host);
in command_abort()
369
scsi_lock
(host);
in rtsx_control_thread()
405
scsi_lock
(host);
in rtsx_control_thread()
606
scsi_lock
(host);
in quiesce_and_remove_host()
624
scsi_lock
(host);
in quiesce_and_remove_host()
H
A
D
rtsx.h
131
* The
scsi_lock
() and scsi_unlock() macros protect the sm_state and the
135
#define
scsi_lock
(host) spin_lock_irq(host->host_lock)
macro
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
usb.h
166
* The
scsi_lock
() and scsi_unlock() macros protect the sm_state and the
170
#define
scsi_lock
(host) spin_lock_irq(host->host_lock)
macro
H
A
D
scsiglue.c
365
/* This is always called with
scsi_lock
(host) held */
416
scsi_lock
(us_to_host(us));
in command_abort_matching()
519
scsi_lock
(host);
in usb_stor_report_bus_reset()
H
A
D
usb.c
315
scsi_lock
(host);
in usb_stor_control_thread()
385
scsi_lock
(host);
in usb_stor_control_thread()
873
scsi_lock
(host);
in quiesce_and_remove_host()
H
A
D
transport.c
904
scsi_lock
(us_to_host(us));
in usb_stor_invoke_transport()
918
scsi_lock
(us_to_host(us));
in usb_stor_invoke_transport()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
usb.h
166
* The
scsi_lock
() and scsi_unlock() macros protect the sm_state and the
170
#define
scsi_lock
(host) spin_lock_irq(host->host_lock)
macro
H
A
D
scsiglue.c
372
/* This is always called with
scsi_lock
(host) held */
422
scsi_lock
(us_to_host(us));
in command_abort_matching()
525
scsi_lock
(host);
in usb_stor_report_bus_reset()
H
A
D
usb.c
315
scsi_lock
(host);
in usb_stor_control_thread()
385
scsi_lock
(host);
in usb_stor_control_thread()
873
scsi_lock
(host);
in quiesce_and_remove_host()
H
A
D
transport.c
909
scsi_lock
(us_to_host(us));
in usb_stor_invoke_transport()
923
scsi_lock
(us_to_host(us));
in usb_stor_invoke_transport()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_dbf.c
682
spin_lock_irqsave(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_common()
740
spin_unlock_irqrestore(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_common()
764
spin_lock_irqsave(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_eh()
780
spin_unlock_irqrestore(&dbf->
scsi_lock
, flags);
in zfcp_dbf_scsi_eh()
827
spin_lock_init(&dbf->
scsi_lock
);
in zfcp_dbf_adapter_register()
H
A
D
zfcp_dbf.h
296
* @
scsi_lock
: lock protecting scsi trace buffer
313
spinlock_t
scsi_lock
;
member
Completed in 22 milliseconds