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:file_thresh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
client_writeback.c
152
hdtc->
file_thresh
= hdtc->hwb->dirty_file_thresh;
in hmdfs_init_dirty_limit()
168
if (hwb->bw_file_thresh < hdtc->
file_thresh
) {
in hmdfs_init_dirty_limit()
169
hdtc->
file_thresh
= hwb->bw_file_thresh;
in hmdfs_init_dirty_limit()
171
hdtc->
file_thresh
);
in hmdfs_init_dirty_limit()
208
hdtc->
file_thresh
= hwb->dirty_file_thresh;
in hmdfs_update_dirty_limit()
216
hdtc->
file_thresh
= hmdfs_ratio_thresh(hwb->fs_file_ratio,
in hmdfs_update_dirty_limit()
219
hdtc->
file_thresh
);
in hmdfs_update_dirty_limit()
223
hwb->bw_file_thresh = hdtc->
file_thresh
;
in hmdfs_update_dirty_limit()
268
return (hdtc->
file_thresh
+ hdtc->file_bg_thresh) / 2;
in hmdfs_dirty_freerun_ceiling()
309
hdtc.
file_thresh
);
in hmdfs_balance_dirty_pages()
[all...]
H
A
D
client_writeback.h
47
unsigned long
file_thresh
;
member
H
A
D
hmdfs_trace.h
343
__field(unsigned long,
file_thresh
)
360
__entry->
file_thresh
= hdtc->
file_thresh
;
374
__entry->
file_thresh
, __entry->fs_thresh,
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
client_writeback.c
176
hdtc->
file_thresh
= hdtc->hwb->dirty_file_thresh;
in hmdfs_init_dirty_limit()
192
if (hwb->bw_file_thresh < hdtc->
file_thresh
) {
in hmdfs_init_dirty_limit()
193
hdtc->
file_thresh
= hwb->bw_file_thresh;
in hmdfs_init_dirty_limit()
195
hdtc->
file_thresh
);
in hmdfs_init_dirty_limit()
232
hdtc->
file_thresh
= hwb->dirty_file_thresh;
in hmdfs_update_dirty_limit()
240
hdtc->
file_thresh
= hmdfs_ratio_thresh(hwb->fs_file_ratio,
in hmdfs_update_dirty_limit()
243
hdtc->
file_thresh
);
in hmdfs_update_dirty_limit()
247
hwb->bw_file_thresh = hdtc->
file_thresh
;
in hmdfs_update_dirty_limit()
292
return (hdtc->
file_thresh
+ hdtc->file_bg_thresh) / 2;
in hmdfs_dirty_freerun_ceiling()
333
hdtc.
file_thresh
);
in hmdfs_balance_dirty_pages()
[all...]
H
A
D
client_writeback.h
47
unsigned long
file_thresh
;
member
H
A
D
hmdfs_trace.h
343
__field(unsigned long,
file_thresh
)
360
__entry->
file_thresh
= hdtc->
file_thresh
;
374
__entry->
file_thresh
, __entry->fs_thresh,
Completed in 4 milliseconds