Searched full:swapoff (Results 1 – 25 of 98) sorted by relevance
1234
/external/toybox/toys/other/ |
D | swapoff.c | 1 /* swapoff.c - Disable region for swapping 5 USE_SWAPOFF(NEWTOY(swapoff, "<1>1", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) 7 config SWAPOFF 8 bool "swapoff" 11 usage: swapoff swapregion 20 if (swapoff(toys.optargs[0])) perror_exit("failed to remove swaparea"); in swapoff_main()
|
/external/ltp/testcases/kernel/device-drivers/zram/ |
D | zram_lib.sh | 19 swapoff /dev/zram$i 149 tst_require_cmds mkswap swapon swapoff 164 tst_require_cmds swapoff 168 ROD swapoff /dev/zram$i 172 tst_res TPASS "swapoff completed"
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_limit_in_bytes.sh | 44 # Test swapoff + alloc_mem > limit_in_bytes 47 swapoff -a 54 swapoff -a 61 swapoff -a
|
/external/linux-kselftest/tools/testing/selftests/zram/ |
D | zram_lib.sh | 33 swapoff /dev/zram$i 186 swapoff /dev/zram$i > err.log 2>&1 189 echo "FAIL swapoff /dev/zram$i failed" 194 echo "zram swapoff: OK"
|
D | README | 36 - swapoff
|
/external/strace/tests/ |
D | swap.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); … 4 run_strace_match_diff -a23 -e trace=swapon,swapoff
|
D | swap.c | 40 printf("swapoff(\"%s\") = %ld %s (%m)\n", in main()
|
/external/strace/tests-mx32/ |
D | swap.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); … 4 run_strace_match_diff -a23 -e trace=swapon,swapoff
|
D | swap.c | 40 printf("swapoff(\"%s\") = %ld %s (%m)\n", in main()
|
/external/strace/tests-m32/ |
D | swap.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); … 4 run_strace_match_diff -a23 -e trace=swapon,swapoff
|
D | swap.c | 40 printf("swapoff(\"%s\") = %ld %s (%m)\n", in main()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff02.c | 19 * This test case checks whether swapoff(2) system call returns 86 "swapoff(2) expected failure;" in main() 92 tst_resm(TFAIL, "swapoff(2) failed to produce" in main()
|
D | swapoff01.c | 19 * Check that swapoff() succeeds.
|
/external/ltp/testcases/kernel/controllers/memcg/regression/ |
D | memcg_test_4.sh | 40 # turn off swap, and swapoff will be killed 41 swapoff -a
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | libswapon.c | 54 * Check swapon/swapoff support status of filesystems or files 88 "swapoff on %s failed", fstype); in is_swap_supported()
|
D | swaponoff.h | 6 * Read swapon(2) / swapoff(2) for a full history lesson behind the value of
|
D | libswapon.h | 35 * Check swapon/swapoff support status of filesystems or files
|
D | swapon03.c | 291 * Check if the file is at /proc/swaps and remove it giving swapoff 308 /* now we need to swapoff the file */ in check_and_swapoff()
|
/external/ltp/testcases/commands/mkswap/ |
D | mkswap01.sh | 100 swapoff $swapfile 2>/dev/null 102 tst_res TWARN "Can not do swapoff on $swapfile."
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | todo.txt | 13 > suspend: swapoff -a, then proceed like in hotplug_locking, while
|
/external/oss-fuzz/.github/workflows/ |
D | project_tests.yml | 57 sudo swapoff -a
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 227 swapoff 225
|
D | sparc64.in | 195 swapoff 213
|
D | ia64.in | 72 swapoff 1095
|
D | x86_64.in | 169 swapoff 168
|
1234