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:blkg_to_tg
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.h
162
static inline struct throtl_grp *
blkg_to_tg
(struct blkcg_gq *blkg)
in blkg_to_tg()
function
185
struct throtl_grp *tg =
blkg_to_tg
(bio->bi_blkg);
in blk_should_throtl()
H
A
D
blk-throttle.c
409
sq->parent_sq = &
blkg_to_tg
(blkg->parent)->service_queue;
in throtl_pd_init()
455
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in blk_throtl_update_limit_valid()
1333
struct throtl_grp *this_tg =
blkg_to_tg
(blkg);
in tg_conf_updated()
1341
parent_tg =
blkg_to_tg
(blkg->parent);
in tg_conf_updated()
1391
tg =
blkg_to_tg
(ctx.blkg);
in tg_set_conf()
1580
tg =
blkg_to_tg
(ctx.blkg);
in tg_set_limit()
1733
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in blk_throtl_cancel_bios()
1887
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in throtl_can_upgrade()
1933
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in throtl_upgrade_state()
2181
struct throtl_grp *tg =
blkg_to_tg
(blk
in __blk_throtl_bio()
[all...]
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
240
static inline struct throtl_grp *
blkg_to_tg
(struct blkcg_gq *blkg)
in blkg_to_tg()
function
562
sq->parent_sq = &
blkg_to_tg
(blkg->parent)->service_queue;
in throtl_pd_init()
602
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in blk_throtl_update_limit_valid()
1423
struct throtl_grp *this_tg =
blkg_to_tg
(blkg);
in tg_conf_updated()
1431
parent_tg =
blkg_to_tg
(blkg->parent);
in tg_conf_updated()
1508
tg =
blkg_to_tg
(ctx.blkg);
in tg_set_conf()
1699
tg =
blkg_to_tg
(ctx.blkg);
in tg_set_limit()
1955
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in throtl_can_upgrade()
2001
struct throtl_grp *tg =
blkg_to_tg
(blkg);
in throtl_upgrade_state()
2224
struct throtl_grp *parent =
blkg_to_tg
(blk
in blk_throtl_charge_bio_split()
[all...]
Completed in 8 milliseconds