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:totalswap
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/appldata/
H
A
D
appldata_mem.c
55
u64
totalswap
; /* total swap space size */
member
106
mem_data->
totalswap
= P2K(val.
totalswap
);
in appldata_get_mem_data()
/kernel/linux/linux-6.6/arch/s390/appldata/
H
A
D
appldata_mem.c
55
u64
totalswap
; /* total swap space size */
member
106
mem_data->
totalswap
= P2K(val.
totalswap
);
in appldata_get_mem_data()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
sysinfo.h
15
__kernel_ulong_t
totalswap
; /* Total swap space size */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
sysinfo.h
15
__kernel_ulong_t
totalswap
; /* Total swap space size */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
17
__kernel_ulong_t
totalswap
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
30
__kernel_ulong_t
totalswap
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
30
__kernel_ulong_t
totalswap
;
member
/kernel/liteos_a/syscall/
H
A
D
misc_syscall.c
116
tmpInfo.
totalswap
= 0;
in SysInfo()
/kernel/linux/linux-5.10/kernel/
H
A
D
sys.c
2662
mem_total = info->totalram + info->
totalswap
;
in do_sysinfo()
2663
if (mem_total < info->totalram || mem_total < info->
totalswap
)
in do_sysinfo()
2688
info->
totalswap
<<= bitcount;
in do_sysinfo()
2717
u32
totalswap
;
member
2737
if (upper_32_bits(s.totalram) || upper_32_bits(s.
totalswap
)) {
in COMPAT_SYSCALL_DEFINE1()
2749
s.
totalswap
>>= bitcount;
in COMPAT_SYSCALL_DEFINE1()
2764
s_32.
totalswap
= s.
totalswap
;
in COMPAT_SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/kernel/
H
A
D
sys.c
2799
mem_total = info->totalram + info->
totalswap
;
in do_sysinfo()
2800
if (mem_total < info->totalram || mem_total < info->
totalswap
)
in do_sysinfo()
2825
info->
totalswap
<<= bitcount;
in do_sysinfo()
2854
u32
totalswap
;
member
2874
if (upper_32_bits(s.totalram) || upper_32_bits(s.
totalswap
)) {
in COMPAT_SYSCALL_DEFINE1()
2886
s.
totalswap
>>= bitcount;
in COMPAT_SYSCALL_DEFINE1()
2901
s_32.
totalswap
= s.
totalswap
;
in COMPAT_SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
meminfo.c
109
show_val_kb(m, "SwapTotal: ", i.
totalswap
);
in meminfo_proc_show()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
meminfo.c
116
show_val_kb(m, "SwapTotal: ", i.
totalswap
);
in meminfo_proc_show()
/kernel/linux/linux-5.10/include/linux/
H
A
D
swap.h
531
do { (val)->freeswap = (val)->
totalswap
= 0; } while (0)
/kernel/linux/linux-6.6/include/linux/
H
A
D
swap.h
546
do { (val)->freeswap = (val)->
totalswap
= 0; } while (0)
/kernel/linux/linux-5.10/mm/
H
A
D
swapfile.c
3454
val->
totalswap
= total_swap_pages + nr_to_be_unused;
in si_swapinfo()
/kernel/linux/linux-6.6/mm/
H
A
D
swapfile.c
3265
val->
totalswap
= total_swap_pages + nr_to_be_unused;
in si_swapinfo()
Completed in 20 milliseconds