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:bfqq_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
410
struct bfq_iocq_bfqq_data *
bfqq_data
= &bic->
bfqq_data
[actuator_idx];
in bic_set_bfqq()
local
421
if (bfqq &&
bfqq_data
->stable_merge_bfqq == bfqq) {
in bic_set_bfqq()
430
bfq_put_stable_ref(
bfqq_data
->stable_merge_bfqq);
in bic_set_bfqq()
432
bfqq_data
->stable_merge_bfqq = NULL;
in bic_set_bfqq()
1139
struct bfq_iocq_bfqq_data *
bfqq_data
= &bic->
bfqq_data
[a_idx];
in bfq_bfqq_resume_state()
local
1141
if (
bfqq_data
->saved_has_short_ttime)
in bfq_bfqq_resume_state()
1146
if (
bfqq_data
->saved_IO_bound)
in bfq_bfqq_resume_state()
1151
bfqq->last_serv_time_ns =
bfqq_data
in bfq_bfqq_resume_state()
2852
bfq_setup_stable_merge(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct bfq_queue *stable_merge_bfqq, struct bfq_iocq_
bfqq_data
*
bfqq_data
)
bfq_setup_stable_merge()
argument
2911
struct bfq_iocq_
bfqq_data
*
bfqq_data
= &bic->
bfqq_data
[a_idx];
bfq_setup_cooperator()
local
3040
struct bfq_iocq_
bfqq_data
*
bfqq_data
= &bic->
bfqq_data
[a_idx];
bfq_bfqq_save_state()
local
5479
struct bfq_iocq_
bfqq_data
*
bfqq_data
= bic->
bfqq_data
;
bfq_exit_icq()
local
6747
struct bfq_iocq_
bfqq_data
*
bfqq_data
= &bic->
bfqq_data
[act_idx];
bfq_get_bfqq_handle_split()
local
[all...]
H
A
D
bfq-iosched.h
502
struct bfq_iocq_bfqq_data
bfqq_data
[BFQ_MAX_ACTUATORS];
member
Completed in 6 milliseconds