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:my_sched_data
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-wf2q.c
266
if (!entity->
my_sched_data
)
in bfq_entity_to_bfqq()
738
sd = entity->
my_sched_data
;
in __bfq_entity_update_weight_prio()
1524
for (; sd ; sd = entity->
my_sched_data
) {
in bfq_get_next_queue()
H
A
D
bfq-cgroup.c
551
entity->
my_sched_data
= &bfqg->sched_data;
in bfq_pd_init()
862
while (child_entity->
my_sched_data
) { /* leaf not reached yet */
in bfq_reparent_leaf_entity()
863
struct bfq_sched_data *child_sd = child_entity->
my_sched_data
;
in bfq_reparent_leaf_entity()
H
A
D
bfq-iosched.h
125
* in @
my_sched_data
.
191
struct bfq_sched_data *
my_sched_data
;
member
H
A
D
bfq-iosched.c
833
struct bfq_sched_data *sd = entity->
my_sched_data
;
in bfq_weights_tree_remove()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-cgroup.c
538
entity->
my_sched_data
= &bfqg->sched_data;
in bfq_pd_init()
880
while (child_entity->
my_sched_data
) { /* leaf not reached yet */
in bfq_reparent_leaf_entity()
881
struct bfq_sched_data *child_sd = child_entity->
my_sched_data
;
in bfq_reparent_leaf_entity()
H
A
D
bfq-wf2q.c
274
if (!entity->
my_sched_data
)
in bfq_entity_to_bfqq()
1469
for (; sd ; sd = entity->
my_sched_data
) {
in bfq_get_next_queue()
H
A
D
bfq-iosched.h
131
* in @
my_sched_data
.
200
struct bfq_sched_data *
my_sched_data
;
member
Completed in 30 milliseconds