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:ratelimit_pages
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
client_writeback.c
235
hwb->
ratelimit_pages
= hdtc.file_bg_thresh /
in hmdfs_update_ratelimit()
237
if (hwb->
ratelimit_pages
< HMDFS_MIN_RATELIMIT_PAGES)
in hmdfs_update_ratelimit()
238
hwb->
ratelimit_pages
= HMDFS_MIN_RATELIMIT_PAGES;
in hmdfs_update_ratelimit()
434
} else if (unlikely(*bdp_ratelimits >= hwb->
ratelimit_pages
)) {
in hmdfs_balance_dirty_pages_ratelimited()
482
hwb->
ratelimit_pages
= HMDFS_DEF_RATELIMIT_PAGES;
in hmdfs_init_writeback()
H
A
D
client_writeback.h
104
long
ratelimit_pages
;
member
H
A
D
hmdfs_trace.h
308
__field(long,
ratelimit_pages
)
318
__entry->
ratelimit_pages
= hwb->
ratelimit_pages
;
321
TP_printk("hmdfs dst:%s nr_dirtied=%d nr_dirtied_pause=%d dirty_exceeded=%d bdp_ratelimits=%lld
ratelimit_pages
=%ld",
324
__entry->
ratelimit_pages
)
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
client_writeback.c
259
hwb->
ratelimit_pages
= hdtc.file_bg_thresh /
in hmdfs_update_ratelimit()
261
if (hwb->
ratelimit_pages
< HMDFS_MIN_RATELIMIT_PAGES)
in hmdfs_update_ratelimit()
262
hwb->
ratelimit_pages
= HMDFS_MIN_RATELIMIT_PAGES;
in hmdfs_update_ratelimit()
458
} else if (unlikely(*bdp_ratelimits >= hwb->
ratelimit_pages
)) {
in hmdfs_balance_dirty_pages_ratelimited()
506
hwb->
ratelimit_pages
= HMDFS_DEF_RATELIMIT_PAGES;
in hmdfs_init_writeback()
H
A
D
client_writeback.h
104
long
ratelimit_pages
;
member
H
A
D
hmdfs_trace.h
308
__field(long,
ratelimit_pages
)
318
__entry->
ratelimit_pages
= hwb->
ratelimit_pages
;
321
TP_printk("hmdfs dst:%s nr_dirtied=%d nr_dirtied_pause=%d dirty_exceeded=%d bdp_ratelimits=%lld
ratelimit_pages
=%ld",
324
__entry->
ratelimit_pages
)
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
67
static long
ratelimit_pages
= 32;
variable
1892
* from overshooting the limit by (
ratelimit_pages
) each.
1924
else if (unlikely(*p >=
ratelimit_pages
)) {
in balance_dirty_pages_ratelimited()
2063
* If
ratelimit_pages
is too high then we can get into dirty-data overload
2068
* Here we set
ratelimit_pages
to a level which ensures that when all CPUs are
2081
ratelimit_pages
= dirty_thresh / (num_online_cpus() * 32);
in writeback_set_ratelimit()
2082
if (
ratelimit_pages
< 16)
in writeback_set_ratelimit()
2083
ratelimit_pages
= 16;
in writeback_set_ratelimit()
/kernel/linux/linux-6.6/mm/
H
A
D
page-writeback.c
67
static long
ratelimit_pages
= 32;
variable
2024
else if (unlikely(*p >=
ratelimit_pages
)) {
in balance_dirty_pages_ratelimited_flags()
2060
* by (
ratelimit_pages
) each.
2194
* If
ratelimit_pages
is too high then we can get into dirty-data overload
2197
* Here we set
ratelimit_pages
to a level which ensures that when all CPUs are
2210
ratelimit_pages
= dirty_thresh / (num_online_cpus() * 32);
in writeback_set_ratelimit()
2211
if (
ratelimit_pages
< 16)
in writeback_set_ratelimit()
2212
ratelimit_pages
= 16;
in writeback_set_ratelimit()
Completed in 12 milliseconds