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:swapoff
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/zram/
H
A
D
zram02.sh
28
tst_require_cmds mkswap swapon
swapoff
43
tst_require_cmds
swapoff
47
ROD
swapoff
/dev/zram$i
51
tst_res TPASS "
swapoff
completed"
H
A
D
zram_lib.sh
24
swapoff
/dev/zram$i
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H
A
D
memcg_limit_in_bytes.sh
36
tst_res TINFO "Test
swapoff
+ alloc_mem > limit_in_bytes"
37
swapoff
-a
44
swapoff
-a
51
swapoff
-a
/third_party/toybox/toys/other/
H
A
D
swapoff.c
0
/*
swapoff
.c - Disable region for swapping
5
USE_SWAPOFF(NEWTOY(
swapoff
, "<1>1", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
8
bool "
swapoff
"
11
usage:
swapoff
swapregion
20
if (
swapoff
(toys.optargs[0])) perror_exit("failed to remove swaparea");
in swapoff_main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
swap.h
15
int
swapoff
(const char *);
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
swap.h
15
int
swapoff
(const char *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
swap.h
15
int
swapoff
(const char *);
/third_party/musl/src/linux/
H
A
D
swap.c
9
int
swapoff
(const char *path)
in swapoff()
function
/third_party/musl/include/sys/
H
A
D
swap.h
15
int
swapoff
(const char *);
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
swapoff.c
50
result =
swapoff
(path);
in swapoff_0100()
52
t_error("%s
swapoff
failed", __func__);
in swapoff_0100()
/third_party/ltp/testcases/commands/mkswap/
H
A
D
mkswap01.sh
94
swapoff
$swapfile 2>/dev/null
96
tst_res TWARN "Can not do
swapoff
on $swapfile."
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
3257
pub fn
swapoff
(puath: *const ::c_char) -> ::c_int;
in swapoff()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
4119
pub fn
swapoff
(puath: *const ::c_char) -> ::c_int;
in swapoff()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
4155
pub fn
swapoff
(path: *const ::c_char) -> ::c_int;
in swapoff()
functions
/third_party/toybox/generated/
H
A
D
flags.h
2767
//
swapoff
<1>1 <1>1
5806
#define TT this.
swapoff
Completed in 47 milliseconds