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:first_idle
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-wf2q.c
347
if (entity == st->
first_idle
) {
in bfq_idle_extract()
349
st->
first_idle
= bfq_entity_of(next);
in bfq_idle_extract()
613
struct bfq_entity *
first_idle
= st->
first_idle
;
in bfq_idle_insert()
local
616
if (!
first_idle
|| bfq_gt(
first_idle
->finish, entity->finish))
in bfq_idle_insert()
617
st->
first_idle
= entity;
in bfq_idle_insert()
675
struct bfq_entity *
first_idle
= st->
first_idle
;
in bfq_forget_idle()
local
687
if (
first_idle
in bfq_forget_idle()
[all...]
H
A
D
bfq-iosched.h
54
struct bfq_entity *
first_idle
;
member
H
A
D
bfq-cgroup.c
843
struct bfq_entity *entity = st->
first_idle
;
in bfq_flush_idle_tree()
845
for (; entity ; entity = st->
first_idle
)
in bfq_flush_idle_tree()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-wf2q.c
355
if (entity == st->
first_idle
) {
in bfq_idle_extract()
357
st->
first_idle
= bfq_entity_of(next);
in bfq_idle_extract()
596
struct bfq_entity *
first_idle
= st->
first_idle
;
in bfq_idle_insert()
local
599
if (!
first_idle
|| bfq_gt(
first_idle
->finish, entity->finish))
in bfq_idle_insert()
600
st->
first_idle
= entity;
in bfq_idle_insert()
658
struct bfq_entity *
first_idle
= st->
first_idle
;
in bfq_forget_idle()
local
670
if (
first_idle
in bfq_forget_idle()
[all...]
H
A
D
bfq-iosched.h
60
struct bfq_entity *
first_idle
;
member
H
A
D
bfq-cgroup.c
860
struct bfq_entity *entity = st->
first_idle
;
in bfq_flush_idle_tree()
862
for (; entity ; entity = st->
first_idle
)
in bfq_flush_idle_tree()
Completed in 12 milliseconds