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:bfq_group_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-cgroup.c
490
static struct
bfq_group_data
*cpd_to_bfqgd(struct blkcg_policy_data *cpd)
in cpd_to_bfqgd()
492
return cpd ? container_of(cpd, struct
bfq_group_data
, pd) : NULL;
in cpd_to_bfqgd()
495
static struct
bfq_group_data
*blkcg_to_bfqgd(struct blkcg *blkcg)
in blkcg_to_bfqgd()
502
struct
bfq_group_data
*bgd;
in bfq_cpd_alloc()
512
struct
bfq_group_data
*d = cpd_to_bfqgd(cpd);
in bfq_cpd_init()
548
struct
bfq_group_data
*d = blkcg_to_bfqgd(blkg->blkcg);
in bfq_pd_init()
989
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_show_weight_legacy()
1013
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_show_weight()
1059
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_set_weight_legacy()
H
A
D
bfq-iosched.h
174
*
bfq_group_data
*/
851
* struct
bfq_group_data
- per-blkcg storage for the blkio subsystem.
856
struct
bfq_group_data
{
struct
/kernel/linux/linux-6.6/block/
H
A
D
bfq-cgroup.c
483
static struct
bfq_group_data
*cpd_to_bfqgd(struct blkcg_policy_data *cpd)
in cpd_to_bfqgd()
485
return cpd ? container_of(cpd, struct
bfq_group_data
, pd) : NULL;
in cpd_to_bfqgd()
488
static struct
bfq_group_data
*blkcg_to_bfqgd(struct blkcg *blkcg)
in blkcg_to_bfqgd()
495
struct
bfq_group_data
*bgd;
in bfq_cpd_alloc()
535
struct
bfq_group_data
*d = blkcg_to_bfqgd(blkg->blkcg);
in bfq_pd_init()
1007
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_show_weight_legacy()
1031
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_show_weight()
1077
struct
bfq_group_data
*bfqgd = blkcg_to_bfqgd(blkcg);
in bfq_io_set_weight_legacy()
H
A
D
bfq-iosched.h
183
*
bfq_group_data
*/
958
* struct
bfq_group_data
- per-blkcg storage for the blkio subsystem.
963
struct
bfq_group_data
{
struct
Completed in 9 milliseconds