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:fs_nr_reclaimable
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
client_writeback.c
305
hdtc.
fs_nr_reclaimable
=
in hmdfs_balance_dirty_pages()
307
if (hdtc.
fs_nr_reclaimable
< hdtc.file_bg_thresh) {
in hmdfs_balance_dirty_pages()
308
diff = hmdfs_dirty_intv(hdtc.
fs_nr_reclaimable
,
in hmdfs_balance_dirty_pages()
319
if ((hdtc.
fs_nr_reclaimable
<
in hmdfs_balance_dirty_pages()
325
fs_intv = hmdfs_dirty_intv(hdtc.
fs_nr_reclaimable
,
in hmdfs_balance_dirty_pages()
336
if (hdtc.
fs_nr_reclaimable
>=
in hmdfs_balance_dirty_pages()
357
if (unlikely(hdtc.
fs_nr_reclaimable
>= hdtc.fs_thresh))
in hmdfs_balance_dirty_pages()
377
pause = hmdfs_wb_pause(wb, hdtc.
fs_nr_reclaimable
);
in hmdfs_balance_dirty_pages()
392
if (hdtc.
fs_nr_reclaimable
>= hdtc.fs_bg_thresh) {
in hmdfs_balance_dirty_pages()
H
A
D
client_writeback.h
53
unsigned long
fs_nr_reclaimable
;
member
H
A
D
hmdfs_trace.h
365
__entry->fs_nr_rec = hdtc->
fs_nr_reclaimable
;
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
client_writeback.c
329
hdtc.
fs_nr_reclaimable
=
in hmdfs_balance_dirty_pages()
331
if (hdtc.
fs_nr_reclaimable
< hdtc.file_bg_thresh) {
in hmdfs_balance_dirty_pages()
332
diff = hmdfs_dirty_intv(hdtc.
fs_nr_reclaimable
,
in hmdfs_balance_dirty_pages()
343
if ((hdtc.
fs_nr_reclaimable
<
in hmdfs_balance_dirty_pages()
349
fs_intv = hmdfs_dirty_intv(hdtc.
fs_nr_reclaimable
,
in hmdfs_balance_dirty_pages()
360
if (hdtc.
fs_nr_reclaimable
>=
in hmdfs_balance_dirty_pages()
381
if (unlikely(hdtc.
fs_nr_reclaimable
>= hdtc.fs_thresh))
in hmdfs_balance_dirty_pages()
401
pause = hmdfs_wb_pause(wb, hdtc.
fs_nr_reclaimable
);
in hmdfs_balance_dirty_pages()
416
if (hdtc.
fs_nr_reclaimable
>= hdtc.fs_bg_thresh) {
in hmdfs_balance_dirty_pages()
H
A
D
client_writeback.h
53
unsigned long
fs_nr_reclaimable
;
member
H
A
D
hmdfs_trace.h
365
__entry->fs_nr_rec = hdtc->
fs_nr_reclaimable
;
Completed in 4 milliseconds