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_add_lru
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
swap.c
500
*
folio_add_lru
- Add a folio to an LRU list.
505
* folio_batch is drained. This gives a chance for the caller of
folio_add_lru
()
508
void
folio_add_lru
(struct folio *folio)
in folio_add_lru()
function
527
EXPORT_SYMBOL(
folio_add_lru
);
variable
535
* Otherwise, it is treated the same way as
folio_add_lru
().
544
folio_add_lru
(folio);
in folio_add_lru_vma()
H
A
D
swap_state.c
501
folio_add_lru
(folio);
in __read_swap_cache_async()
H
A
D
userfaultfd.c
116
folio_add_lru
(folio);
in mfill_atomic_install_pte()
H
A
D
migrate.c
1299
folio_add_lru
(dst);
in migrate_folio_move()
H
A
D
khugepaged.c
2145
folio_add_lru
(folio);
in collapse_file()
H
A
D
shmem.c
1787
folio_add_lru
(new);
in shmem_replace_folio()
2073
folio_add_lru
(folio);
in shmem_get_folio_gfp()
H
A
D
filemap.c
954
folio_add_lru
(folio);
in filemap_add_folio()
H
A
D
memory.c
3848
folio_add_lru
(folio);
in do_swap_page()
H
A
D
vmscan.c
1441
folio_add_lru
(folio);
in folio_putback_lru()
/kernel/linux/linux-6.6/include/linux/
H
A
D
swap.h
373
void
folio_add_lru
(struct folio *);
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dev.c
848
folio_add_lru
(newfolio);
in fuse_try_move_page()
Completed in 44 milliseconds