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_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
swapfile.c
111
static inline unsigned char
swap_count
(unsigned char ent)
in swap_count()
function
1508
count =
swap_count
(p->swap_map[offset]);
in page_swapcount()
1522
count =
swap_count
(si->swap_map[offset]);
in __swap_count()
1535
count =
swap_count
(si->swap_map[offset]);
in swap_swapcount()
1579
count =
swap_count
(p->swap_map[offset]);
in swp_swapcount()
1616
if (
swap_count
(map[roffset]))
in swap_page_trans_huge_swapped()
1621
if (
swap_count
(map[offset + i])) {
in swap_page_trans_huge_swapped()
1688
swapcount =
swap_count
(map[offset + i]);
in page_trans_huge_map_swapcount()
2169
if (count &&
swap_count
(count) != SWAP_MAP_BAD)
in find_next_to_unuse()
3513
if (unlikely(
swap_count
(coun
in __swap_duplicate()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
swapfile.c
118
static inline unsigned char
swap_count
(unsigned char ent)
in swap_count()
function
1450
return
swap_count
(si->swap_map[offset]);
in __swap_count()
1465
count =
swap_count
(si->swap_map[offset]);
in swap_swapcount()
1491
count =
swap_count
(p->swap_map[offset]);
in swp_swapcount()
1528
if (
swap_count
(map[roffset]))
in swap_page_trans_huge_swapped()
1533
if (
swap_count
(map[offset + i])) {
in swap_page_trans_huge_swapped()
2038
if (count &&
swap_count
(count) != SWAP_MAP_BAD)
in find_next_to_unuse()
3322
if (unlikely(
swap_count
(count) == SWAP_MAP_BAD)) {
in __swap_duplicate()
3485
count =
swap_count
(si->swap_map[offset]);
in add_swap_count_continuation()
Completed in 10 milliseconds