Home
last modified time | relevance | path

Searched refs:swapoff (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram02.sh28 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 Dzram_lib.sh24 swapoff /dev/zram$i
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_limit_in_bytes.sh36 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 Dswapoff.c0 /* 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 Dswap.h15 int swapoff (const char *);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dswap.h15 int swapoff (const char *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dswap.h15 int swapoff (const char *);
/third_party/musl/src/linux/
H A Dswap.c9 int swapoff(const char *path) in swapoff() function
/third_party/musl/include/sys/
H A Dswap.h15 int swapoff (const char *);
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dswapoff.c50 result = swapoff(path); in swapoff_0100()
52 t_error("%s swapoff failed", __func__); in swapoff_0100()
/third_party/ltp/testcases/commands/mkswap/
H A Dmkswap01.sh94 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 Dmod.rs3257 pub fn swapoff(puath: *const ::c_char) -> ::c_int; in swapoff() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4119 pub fn swapoff(puath: *const ::c_char) -> ::c_int; in swapoff() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4155 pub fn swapoff(path: *const ::c_char) -> ::c_int; in swapoff() functions
/third_party/toybox/generated/
H A Dflags.h2767 // swapoff <1>1 <1>1
5806 #define TT this.swapoff

Completed in 47 milliseconds