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_conf_ctx
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-cgroup.h
209
struct
blkg_conf_ctx
{
struct
216
void blkg_conf_init(struct
blkg_conf_ctx
*ctx, char *input);
217
int blkg_conf_open_bdev(struct
blkg_conf_ctx
*ctx);
219
struct
blkg_conf_ctx
*ctx);
220
void blkg_conf_exit(struct
blkg_conf_ctx
*ctx);
H
A
D
blk-cgroup.c
732
* blkg_conf_init - initialize a
blkg_conf_ctx
733
* @ctx:
blkg_conf_ctx
to initialize
740
void blkg_conf_init(struct
blkg_conf_ctx
*ctx, char *input)
in blkg_conf_init()
742
*ctx = (struct
blkg_conf_ctx
){ .input = input };
in blkg_conf_init()
748
* @ctx:
blkg_conf_ctx
initialized with blkg_conf_init()
759
int blkg_conf_open_bdev(struct
blkg_conf_ctx
*ctx)
in blkg_conf_open_bdev()
801
* @ctx:
blkg_conf_ctx
initialized with blkg_conf_init()
813
struct
blkg_conf_ctx
*ctx)
929
* @ctx:
blkg_conf_ctx
initialized with blkg_conf_init()
932
*
blkg_conf_ctx
'
[all...]
H
A
D
blk-iolatency.c
832
struct
blkg_conf_ctx
ctx;
in iolatency_set_limit()
H
A
D
blk-iocost.c
3089
struct
blkg_conf_ctx
ctx;
in ioc_weight_write()
3208
struct
blkg_conf_ctx
ctx;
in ioc_qos_write()
3402
struct
blkg_conf_ctx
ctx;
in ioc_cost_model_write()
H
A
D
blk-throttle.c
1374
struct
blkg_conf_ctx
ctx;
in tg_set_conf()
1566
struct
blkg_conf_ctx
ctx;
in tg_set_limit()
H
A
D
bfq-cgroup.c
1103
struct
blkg_conf_ctx
ctx;
in bfq_io_set_device_weight()
/kernel/linux/linux-5.10/include/linux/
H
A
D
blk-cgroup.h
200
struct
blkg_conf_ctx
{
struct
208
char *input, struct
blkg_conf_ctx
*ctx);
209
void blkg_conf_finish(struct
blkg_conf_ctx
*ctx);
/kernel/linux/linux-5.10/block/
H
A
D
blk-iolatency.c
835
struct
blkg_conf_ctx
ctx;
in iolatency_set_limit()
H
A
D
blk-cgroup.c
601
* @ctx:
blkg_conf_ctx
to be filled
609
char *input, struct
blkg_conf_ctx
*ctx)
731
* @ctx:
blkg_conf_ctx
intiailized by blkg_conf_prep()
736
void blkg_conf_finish(struct
blkg_conf_ctx
*ctx)
H
A
D
blk-throttle.c
1489
struct
blkg_conf_ctx
ctx;
in tg_set_conf()
1683
struct
blkg_conf_ctx
ctx;
in tg_set_limit()
H
A
D
bfq-cgroup.c
1085
struct
blkg_conf_ctx
ctx;
in bfq_io_set_device_weight()
H
A
D
blk-iocost.c
3061
struct
blkg_conf_ctx
ctx;
in ioc_weight_write()
Completed in 31 milliseconds