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:swp_swap_info
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
swap.h
498
extern struct swap_info_struct *
swp_swap_info
(swp_entry_t entry);
519
static inline struct swap_info_struct *
swp_swap_info
(swp_entry_t entry)
in swp_swap_info()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
swap.h
513
extern struct swap_info_struct *
swp_swap_info
(swp_entry_t entry);
526
static inline struct swap_info_struct *
swp_swap_info
(swp_entry_t entry)
in swp_swap_info()
function
/kernel/linux/linux-5.10/mm/
H
A
D
swap_state.c
82
if (!
swp_swap_info
(entry))
in total_swapcache_pages()
657
struct swap_info_struct *si =
swp_swap_info
(entry);
in swap_cluster_readahead()
H
A
D
swapfile.c
1169
p =
swp_swap_info
(entry);
in __swap_info_get()
1321
si =
swp_swap_info
(entry);
in get_swap_device()
2326
sis =
swp_swap_info
(entry);
in map_swap_entry()
3593
struct swap_info_struct *
swp_swap_info
(swp_entry_t entry)
in swp_swap_info()
function
3601
return
swp_swap_info
(entry);
in page_swap_info()
H
A
D
memory.c
3409
struct swap_info_struct *si =
swp_swap_info
(entry);
in do_swap_page()
/kernel/linux/linux-6.6/mm/
H
A
D
swapfile.c
1139
p =
swp_swap_info
(entry);
in _swap_info_get()
1269
si =
swp_swap_info
(entry);
in get_swap_device()
1447
struct swap_info_struct *si =
swp_swap_info
(entry);
in __swap_count()
3311
p =
swp_swap_info
(entry);
in __swap_duplicate()
3412
struct swap_info_struct *
swp_swap_info
(swp_entry_t entry)
in swp_swap_info()
function
3420
return
swp_swap_info
(entry);
in page_swap_info()
H
A
D
swap_state.c
628
struct swap_info_struct *si =
swp_swap_info
(entry);
in swap_cluster_readahead()
Completed in 22 milliseconds