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:last_busy
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
804
if (host->
last_busy
!= NULL) {
in initio_append_busy_scb()
805
host->
last_busy
->next = scbp;
in initio_append_busy_scb()
806
host->
last_busy
= scbp;
in initio_append_busy_scb()
809
host->
last_busy
= scbp;
in initio_append_busy_scb()
821
host->
last_busy
= NULL;
in initio_pop_busy_scb()
848
host->
last_busy
= NULL;
in initio_unlink_busy_scb()
851
if (tmp == host->
last_busy
)
in initio_unlink_busy_scb()
852
host->
last_busy
= prev;
in initio_unlink_busy_scb()
978
host->
last_busy
= NULL;
in initio_abort_srb()
981
if (tmp == host->
last_busy
)
in initio_abort_srb()
[all...]
H
A
D
initio.h
532
struct scsi_ctrl_blk *
last_busy
; /* 4C */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
803
if (host->
last_busy
!= NULL) {
in initio_append_busy_scb()
804
host->
last_busy
->next = scbp;
in initio_append_busy_scb()
805
host->
last_busy
= scbp;
in initio_append_busy_scb()
808
host->
last_busy
= scbp;
in initio_append_busy_scb()
820
host->
last_busy
= NULL;
in initio_pop_busy_scb()
847
host->
last_busy
= NULL;
in initio_unlink_busy_scb()
850
if (tmp == host->
last_busy
)
in initio_unlink_busy_scb()
851
host->
last_busy
= prev;
in initio_unlink_busy_scb()
976
host->
last_busy
= NULL;
in initio_abort_srb()
979
if (tmp == host->
last_busy
)
in initio_abort_srb()
[all...]
H
A
D
initio.h
507
struct scsi_ctrl_blk *
last_busy
; /* 4C */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm_runtime.h
199
WRITE_ONCE(dev->power.
last_busy
, ktime_get_mono_fast_ns());
in pm_runtime_mark_last_busy()
H
A
D
pm.h
616
u64
last_busy
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_runtime.h
231
WRITE_ONCE(dev->power.
last_busy
, ktime_get_mono_fast_ns());
in pm_runtime_mark_last_busy()
H
A
D
pm.h
715
u64
last_busy
;
member
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
runtime.c
156
* power.
last_busy
time. If the delay has already expired or is disabled
161
* Either way it can be racy, since power.
last_busy
may be updated at any time.
175
expires = READ_ONCE(dev->power.
last_busy
);
in pm_runtime_autosuspend_expiration()
735
* if the
last_busy
time has been updated so that there
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
runtime.c
156
* power.
last_busy
time. If the delay has already expired or is disabled
161
* Either way it can be racy, since power.
last_busy
may be updated at any time.
175
expires = READ_ONCE(dev->power.
last_busy
);
in pm_runtime_autosuspend_expiration()
731
* if the
last_busy
time has been updated so that there
Completed in 17 milliseconds