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:refault
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
workingset.c
40
* Access frequency and
refault
distance
99
* This is called the
refault
distance.
102
* access the
refault
, we combine the in-cache distance with the
118
* Put into words, the
refault
distance (out-of-cache) can be seen as
132
* So when a
refault
distance of (R - E) is observed and there are at
138
* That means if inactive cache is refaulting with a suitable
refault
168
*
refault
distance will immediately activate the refaulting page.
179
* not be enough left to represent every single actionable
refault
. In
223
* well, in order for the
refault
distances later on to be comparable
251
* of the evicted @page so that a later
refault
ca
302
unsigned long
refault
;
workingset_refault()
local
[all...]
H
A
D
zswapd.c
249
* Return true if
refault
changes between two read operations.
747
u64 get_do_eswap_size(bool
refault
)
in get_do_eswap_size()
argument
754
else if (policy == CHECK_BUFFER_ONLY && (zram_watermark_ok() ||
refault
))
in get_do_eswap_size()
779
bool
refault
= false;
in zswapd()
local
789
refault
= true;
in zswapd()
804
size = get_do_eswap_size(
refault
);
in zswapd()
/kernel/linux/linux-6.6/mm/
H
A
D
zswapd.c
250
* Return true if
refault
changes between two read operations.
748
u64 get_do_eswap_size(bool
refault
)
in get_do_eswap_size()
argument
755
else if (policy == CHECK_BUFFER_ONLY && (zram_watermark_ok() ||
refault
))
in get_do_eswap_size()
780
bool
refault
= false;
in zswapd()
local
790
refault
= true;
in zswapd()
805
size = get_do_eswap_size(
refault
);
in zswapd()
H
A
D
workingset.c
40
* Access frequency and
refault
distance
99
* This is called the
refault
distance.
102
* access the
refault
, we combine the in-cache distance with the
129
* Put into words, the
refault
distance (out-of-cache) can be seen as
143
* So when a
refault
distance of (R - E) is observed and there are at
149
* That means if inactive cache is refaulting with a suitable
refault
179
*
refault
distance will immediately activate the refaulting page.
192
* not be enough left to represent every single actionable
refault
. In
351
* well, in order for the
refault
distances later on to be comparable
379
* of the evicted @folio so that a later
refault
ca
432
unsigned long
refault
;
workingset_test_recent()
local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
343
goto
refault
;
in spufs_ps_fault()
361
refault
:
in spufs_ps_fault()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
343
goto
refault
;
in spufs_ps_fault()
361
refault
:
in spufs_ps_fault()
Completed in 14 milliseconds