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_info
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
frontswap.c
192
struct swap_info_struct *sis =
swap_info
[type];
in __frontswap_init()
250
struct swap_info_struct *sis =
swap_info
[type];
in __frontswap_store()
299
struct swap_info_struct *sis =
swap_info
[type];
in __frontswap_load()
333
struct swap_info_struct *sis =
swap_info
[type];
in __frontswap_invalidate_page()
355
struct swap_info_struct *sis =
swap_info
[type];
in __frontswap_invalidate_area()
H
A
D
swapfile.c
92
struct swap_info_struct *
swap_info
[MAX_SWAPFILES];
variable
108
return READ_ONCE(
swap_info
[type]);
in swap_type_to_swap_info()
1089
"
swap_info
%d in list but !highest_bit\n",
in get_swap_pages()
1092
"
swap_info
%d in list but !SWP_WRITEOK\n",
in get_swap_pages()
1841
struct swap_info_struct *sis =
swap_info
[type];
in swap_type_of()
1865
struct swap_info_struct *sis =
swap_info
[type];
in find_first_swap()
1879
* corresponding to given index in
swap_info
(swap type).
1903
struct swap_info_struct *sis =
swap_info
[type];
in count_swap_pages()
1981
si =
swap_info
[type];
in unuse_pte_range()
2193
struct swap_info_struct *si =
swap_info
[typ
in try_to_unuse()
[all...]
H
A
D
shmem.c
1190
extern struct swap_info_struct *
swap_info
[];
1217
!frontswap_test(
swap_info
[type], swp_offset(entry)))
in shmem_find_swap_entries()
/kernel/linux/linux-5.10/include/linux/
H
A
D
swapfile.h
11
extern struct swap_info_struct *
swap_info
[];
/kernel/linux/linux-6.6/mm/
H
A
D
swapfile.c
100
static struct swap_info_struct *
swap_info
[MAX_SWAPFILES];
variable
115
return READ_ONCE(
swap_info
[type]); /* rcu_dereference() */
in swap_type_to_swap_info()
1085
"
swap_info
%d in list but !highest_bit\n",
in get_swap_pages()
1088
"
swap_info
%d in list but !SWP_WRITEOK\n",
in get_swap_pages()
1665
struct swap_info_struct *sis =
swap_info
[type];
in swap_type_of()
1689
struct swap_info_struct *sis =
swap_info
[type];
in find_first_swap()
1703
* corresponding to given index in
swap_info
(swap type).
1728
struct swap_info_struct *sis =
swap_info
[type];
in count_swap_pages()
1850
si =
swap_info
[type];
in unuse_pte_range()
2056
struct swap_info_struct *si =
swap_info
[typ
in try_to_unuse()
[all...]
Completed in 21 milliseconds