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:folio_evictable
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
mlock.c
69
if (unlikely(
folio_evictable
(folio))) {
in __mlock_folio()
110
if (unlikely(
folio_evictable
(folio)))
in __mlock_new_folio()
151
/*
folio_evictable
() has to be checked *after* clearing Mlocked */
in __munlock_folio()
152
if (isolated && folio_test_unevictable(folio) &&
folio_evictable
(folio)) {
in __munlock_folio()
H
A
D
swap.c
172
*
folio_evictable
() tests the mlocked flag, to rule out the possibility
in lru_add_fn()
181
if (
folio_evictable
(folio)) {
in lru_add_fn()
H
A
D
zswapd.c
510
if (unlikely(!
folio_evictable
(page_folio(page)))) {
in zswapd_shrink_active_list()
H
A
D
internal.h
273
*
folio_evictable
- Test whether a folio is evictable.
283
static inline bool
folio_evictable
(struct folio *folio)
in folio_evictable()
function
H
A
D
vmscan.c
1679
if (unlikely(!
folio_evictable
(folio)))
in shrink_folio_list()
2442
if (unlikely(!
folio_evictable
(folio))) {
in move_folios_to_lru()
2692
if (unlikely(!
folio_evictable
(folio))) {
in shrink_active_list()
4875
if (!
folio_evictable
(folio)) {
in sort_folio()
5163
if (!
folio_evictable
(folio)) {
in evict_folios()
8175
if (
folio_evictable
(folio) && folio_test_unevictable(folio)) {
in check_move_unevictable_folios()
Completed in 15 milliseconds