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:swap_free
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
swap.h
485
extern void
swap_free
(swp_entry_t);
560
static inline void
swap_free
(swp_entry_t swp)
in swap_free()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
swap.h
502
extern void
swap_free
(swp_entry_t);
580
static inline void
swap_free
(swp_entry_t swp)
in swap_free()
function
/kernel/linux/linux-5.10/kernel/power/
H
A
D
swap.c
183
swap_free
(swp_entry(swap, offset));
in alloc_swapdev_block()
207
swap_free
(swp_entry(swap, offset));
in free_all_swap_pages()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
swap.c
185
swap_free
(swp_entry(swap, offset));
in alloc_swapdev_block()
209
swap_free
(swp_entry(swap, offset));
in free_all_swap_pages()
/kernel/linux/linux-6.6/mm/
H
A
D
rmap.c
1745
swap_free
(entry);
in try_to_unmap_one()
1755
swap_free
(entry);
in try_to_unmap_one()
H
A
D
swapfile.c
1334
void
swap_free
(swp_entry_t entry)
in swap_free()
function
1797
* so this must be called before
swap_free
().
in unuse_pte()
1832
swap_free
(entry);
in unuse_pte()
H
A
D
shmem.c
1821
swap_free
(swap);
in shmem_set_folio_swapin_error()
1914
swap_free
(swap);
in shmem_swapin_folio()
H
A
D
memory.c
3996
* so this must be called before
swap_free
().
in do_swap_page()
4005
swap_free
(entry);
in do_swap_page()
4053
* further safety release the lock after the
swap_free
in do_swap_page()
/kernel/linux/linux-5.10/mm/
H
A
D
swapfile.c
1379
void
swap_free
(swp_entry_t entry)
in swap_free()
function
1958
swap_free
(entry);
in unuse_pte()
H
A
D
shmem.c
1772
swap_free
(swap);
in shmem_swapin_page()
H
A
D
memory.c
3519
* before page_add_anon_rmap() and
swap_free
(); try_to_free_swap()
in do_swap_page()
3520
* must be called after the
swap_free
(), or it will never succeed.
in do_swap_page()
3556
swap_free
(entry);
in do_swap_page()
3566
* further safety release the lock after the
swap_free
in do_swap_page()
Completed in 44 milliseconds