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:service_queue
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.c
62
struct throtl_service_queue
service_queue
;
member
107
return container_of(sq, struct throtl_grp,
service_queue
);
in sq_to_tg()
116
* A
service_queue
can be embedded in either a throtl_grp or throtl_data.
126
return container_of(sq, struct throtl_data,
service_queue
);
in sq_to_td()
214
* @sq: the
service_queue
being reported
255
* @queued: the
service_queue
->queued[] list @qn belongs to
329
/* init a
service_queue
, assumes the caller zeroed it */
354
throtl_service_queue_init(&tg->
service_queue
);
in throtl_pd_alloc()
391
struct throtl_service_queue *sq = &tg->
service_queue
;
in throtl_pd_init()
407
sq->parent_sq = &td->
service_queue
;
in throtl_pd_init()
[all...]
H
A
D
blk-throttle.h
30
struct list_head node; /*
service_queue
->queued[] */
36
struct throtl_service_queue *parent_sq; /* the parent
service_queue
*/
39
* Bios queued directly to this
service_queue
or dispatched from
71
/* active throtl group
service_queue
member */
78
struct throtl_service_queue
service_queue
;
member
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
70
struct list_head node; /*
service_queue
->queued[] */
76
struct throtl_service_queue *parent_sq; /* the parent
service_queue
*/
79
* Bios queued directly to this
service_queue
or dispatched from
112
/* active throtl group
service_queue
member */
119
struct throtl_service_queue
service_queue
;
member
205
struct throtl_service_queue
service_queue
;
member
260
return container_of(sq, struct throtl_grp,
service_queue
);
in sq_to_tg()
269
* A
service_queue
can be embedded in either a throtl_grp or throtl_data.
279
return container_of(sq, struct throtl_data,
service_queue
);
in sq_to_td()
367
* @sq: the
service_queue
bein
[all...]
Completed in 8 milliseconds