Searched refs:swapon (Results 1 - 17 of 17) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_limit_in_bytes.sh | 20 swapon -a 39 swapon -a 46 swapon -a 53 swapon -a
|
/third_party/ltp/testcases/kernel/device-drivers/zram/ |
H A D | zram02.sh | 28 tst_require_cmds mkswap swapon swapoff 33 ROD swapon /dev/zram$i
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | swap.h | 14 int swapon (const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | swap.h | 14 int swapon (const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | swap.h | 14 int swapon (const char *, int);
|
/third_party/musl/src/linux/ |
H A D | swap.c | 4 int swapon(const char *path, int flags) in swapon() function
|
/third_party/musl/include/sys/ |
H A D | swap.h | 14 int swapon (const char *, int);
|
/third_party/toybox/toys/other/ |
H A D | swapon.c | 0 /* swapon.c - Enable region for swapping 5 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767d", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) 8 bool "swapon" 11 usage: swapon [-d] [-p priority] filename 34 if (swapon(*toys.optargs, flags)) in swapon_main() 35 perror_exit("Couldn't swapon '%s'", *toys.optargs); in swapon_main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | swapoff.c | 39 int result = swapon(path, SWAP_FLAG_PREFER); in swapoff_0100() 41 t_error("%s swapon failed\n", __func__); in swapoff_0100()
|
H A D | swapon.c | 39 int result = swapon(path, SWAP_FLAG_PREFER); in swapon_0100() 41 t_error("%s swapon failed\n", __func__); in swapon_0100()
|
/third_party/ltp/testcases/commands/mkswap/ |
H A D | mkswap01.sh | 56 swapon $swapfile 2>/dev/null 59 tst_res TINFO "Can not do swapon on $swapfile." 85 # In general, the swap increment by doing swapon should be equal to
|
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
H A D | memcg_regression_test.sh | 239 swapon -a
|
/third_party/toybox/generated/ |
H A D | globals.h | 415 // toys/other/swapon.c 1670 struct swapon_data swapon; member
|
H A D | flags.h | 2775 // swapon <1>1p#<0>32767d <1>1p#<0>32767d 5812 #define TT this.swapon
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3337 pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; in swapon() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4166 pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; in swapon() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4227 pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; in swapon() functions
|
Completed in 62 milliseconds