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:wb_thresh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
138
unsigned long
wb_thresh
;
member
779
u64
wb_thresh
;
in __wb_calc_thresh()
local
789
wb_thresh
= (thresh * (100 - bdi_min_ratio)) / 100;
in __wb_calc_thresh()
790
wb_thresh
*= numerator;
in __wb_calc_thresh()
791
wb_thresh
= div64_ul(
wb_thresh
, denominator);
in __wb_calc_thresh()
795
wb_thresh
+= (thresh * wb_min_ratio) / 100;
in __wb_calc_thresh()
796
if (
wb_thresh
> (thresh * wb_max_ratio) / 100)
in __wb_calc_thresh()
797
wb_thresh
= thresh * wb_max_ratio / 100;
in __wb_calc_thresh()
799
return
wb_thresh
;
in __wb_calc_thresh()
921
unsigned long
wb_thresh
= dtc->
wb_thresh
;
wb_position_ratio()
local
[all...]
H
A
D
backing-dev.c
52
unsigned long
wb_thresh
;
in bdi_debug_stats_show()
local
70
wb_thresh
= wb_calc_thresh(wb, dirty_thresh);
in bdi_debug_stats_show()
90
K(
wb_thresh
),
in bdi_debug_stats_show()
/kernel/linux/linux-6.6/mm/
H
A
D
page-writeback.c
138
unsigned long
wb_thresh
;
member
865
u64
wb_thresh
;
in __wb_calc_thresh()
local
875
wb_thresh
= (thresh * (100 * BDI_RATIO_SCALE - bdi_min_ratio)) / (100 * BDI_RATIO_SCALE);
in __wb_calc_thresh()
876
wb_thresh
*= numerator;
in __wb_calc_thresh()
877
wb_thresh
= div64_ul(
wb_thresh
, denominator);
in __wb_calc_thresh()
881
wb_thresh
+= (thresh * wb_min_ratio) / (100 * BDI_RATIO_SCALE);
in __wb_calc_thresh()
882
if (
wb_thresh
> (thresh * wb_max_ratio) / (100 * BDI_RATIO_SCALE))
in __wb_calc_thresh()
883
wb_thresh
= thresh * wb_max_ratio / (100 * BDI_RATIO_SCALE);
in __wb_calc_thresh()
885
return
wb_thresh
;
in __wb_calc_thresh()
1007
unsigned long
wb_thresh
= dtc->
wb_thresh
;
wb_position_ratio()
local
[all...]
H
A
D
backing-dev.c
55
unsigned long
wb_thresh
;
in bdi_debug_stats_show()
local
73
wb_thresh
= wb_calc_thresh(wb, dirty_thresh);
in bdi_debug_stats_show()
92
K(
wb_thresh
),
in bdi_debug_stats_show()
Completed in 8 milliseconds