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:starved_entry
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_lib.c
434
* host_lock protects the starved_list and
starved_entry
.
in scsi_starved_list_run()
436
* or modifying starved_list or
starved_entry
.
in scsi_starved_list_run()
442
struct scsi_device,
starved_entry
);
in scsi_starved_list_run()
443
list_del_init(&sdev->
starved_entry
);
in scsi_starved_list_run()
445
list_move_tail(&sdev->
starved_entry
,
in scsi_starved_list_run()
1333
list_move_tail(&sdev->
starved_entry
, &shost->starved_list);
in scsi_target_queue_ready()
1373
if (!list_empty(&sdev->
starved_entry
)) {
in scsi_host_queue_ready()
1375
if (!list_empty(&sdev->
starved_entry
))
in scsi_host_queue_ready()
1376
list_del_init(&sdev->
starved_entry
);
in scsi_host_queue_ready()
1386
if (list_empty(&sdev->
starved_entry
))
in scsi_host_queue_ready()
[all...]
H
A
D
scsi_scan.c
239
INIT_LIST_HEAD(&sdev->
starved_entry
);
in scsi_alloc_sdev()
H
A
D
scsi_sysfs.c
466
list_del(&sdev->
starved_entry
);
in scsi_device_dev_release_usercontext()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_lib.c
397
* host_lock protects the starved_list and
starved_entry
.
in scsi_starved_list_run()
399
* or modifying starved_list or
starved_entry
.
in scsi_starved_list_run()
405
struct scsi_device,
starved_entry
);
in scsi_starved_list_run()
406
list_del_init(&sdev->
starved_entry
);
in scsi_starved_list_run()
408
list_move_tail(&sdev->
starved_entry
,
in scsi_starved_list_run()
1325
list_move_tail(&sdev->
starved_entry
, &shost->starved_list);
in scsi_target_queue_ready()
1362
if (!list_empty(&sdev->
starved_entry
)) {
in scsi_host_queue_ready()
1364
if (!list_empty(&sdev->
starved_entry
))
in scsi_host_queue_ready()
1365
list_del_init(&sdev->
starved_entry
);
in scsi_host_queue_ready()
1375
if (list_empty(&sdev->
starved_entry
))
in scsi_host_queue_ready()
[all...]
H
A
D
scsi_scan.c
304
INIT_LIST_HEAD(&sdev->
starved_entry
);
in scsi_alloc_sdev()
H
A
D
scsi_sysfs.c
463
list_del(&sdev->
starved_entry
);
in scsi_device_dev_release()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_device.h
114
struct list_head
starved_entry
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_device.h
116
struct list_head
starved_entry
;
member
Completed in 17 milliseconds