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:s_mb_prefetch
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
2419
nr = sbi->
s_mb_prefetch
;
in ext4_mb_regular_allocator()
2423
nr = min(nr, sbi->
s_mb_prefetch
);
in ext4_mb_regular_allocator()
2828
* 2 ^ s_log_groups_per_flex != UINT_MAX as
s_mb_prefetch
is
in ext4_mb_init_backend()
2835
sbi->
s_mb_prefetch
= min_t(uint, 1 << sbi->s_es->s_log_groups_per_flex,
in ext4_mb_init_backend()
2837
sbi->
s_mb_prefetch
*= 8; /* 8 prefetch IOs in flight at most */
in ext4_mb_init_backend()
2839
sbi->
s_mb_prefetch
= 32;
in ext4_mb_init_backend()
2841
if (sbi->
s_mb_prefetch
> ext4_get_groups_count(sb))
in ext4_mb_init_backend()
2842
sbi->
s_mb_prefetch
= ext4_get_groups_count(sb);
in ext4_mb_init_backend()
2850
sbi->s_mb_prefetch_limit = sbi->
s_mb_prefetch
* 4;
in ext4_mb_init_backend()
H
A
D
sysfs.c
251
EXT4_RW_ATTR_SBI_UI(mb_prefetch,
s_mb_prefetch
);
H
A
D
ext4.h
1532
unsigned int
s_mb_prefetch
;
member
H
A
D
super.c
3425
EXT4_SB(sb)->
s_mb_prefetch
, &prefetch_ios);
in ext4_run_li_request()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
sysfs.c
246
EXT4_RW_ATTR_SBI_UI(mb_prefetch,
s_mb_prefetch
);
H
A
D
mballoc.c
2885
nr = sbi->
s_mb_prefetch
;
in ext4_mb_regular_allocator()
2889
nr = min(nr, sbi->
s_mb_prefetch
);
in ext4_mb_regular_allocator()
3426
* 2 ^ s_log_groups_per_flex != UINT_MAX as
s_mb_prefetch
is
in ext4_mb_init_backend()
3433
sbi->
s_mb_prefetch
= min_t(uint, 1 << sbi->s_es->s_log_groups_per_flex,
in ext4_mb_init_backend()
3435
sbi->
s_mb_prefetch
*= 8; /* 8 prefetch IOs in flight at most */
in ext4_mb_init_backend()
3437
sbi->
s_mb_prefetch
= 32;
in ext4_mb_init_backend()
3439
if (sbi->
s_mb_prefetch
> ext4_get_groups_count(sb))
in ext4_mb_init_backend()
3440
sbi->
s_mb_prefetch
= ext4_get_groups_count(sb);
in ext4_mb_init_backend()
3448
sbi->s_mb_prefetch_limit = sbi->
s_mb_prefetch
* 4;
in ext4_mb_init_backend()
H
A
D
ext4.h
1590
unsigned int
s_mb_prefetch
;
member
H
A
D
super.c
3713
int nr = EXT4_SB(sb)->
s_mb_prefetch
;
in ext4_run_li_request()
Completed in 45 milliseconds