HomeSort by relevance Sort by last modified time
    Searched refs:swapoff (Results 1 - 25 of 47) sorted by null

1 2

  /external/toybox/toys/other/
swapoff.c 0 /* 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");
  /external/strace/tests/
swap.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); do not edit.
4 run_strace_match_diff -a23 -e trace=swapon,swapoff
  /external/strace/tests-m32/
swap.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); do not edit.
4 run_strace_match_diff -a23 -e trace=swapon,swapoff
  /external/strace/tests-mx32/
swap.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (swap -a23 -e trace=swapon,swapoff); do not edit.
4 run_strace_match_diff -a23 -e trace=swapon,swapoff
  /bionic/libc/arch-arm/syscalls/
swapoff.S 5 ENTRY(swapoff) function
16 END(swapoff)
  /bionic/libc/arch-arm64/syscalls/
swapoff.S 5 ENTRY(swapoff) function
14 END(swapoff)
  /bionic/libc/arch-mips/syscalls/
swapoff.S 5 ENTRY(swapoff) function
19 END(swapoff)
  /bionic/libc/arch-x86_64/syscalls/
swapoff.S 5 ENTRY(swapoff) function
15 END(swapoff)
  /bionic/libc/include/sys/
swap.h 64 * [swapoff(2)](http://man7.org/linux/man-pages/man2/swapoff.2.html) disables swapping.
70 int swapoff(const char* __path) __INTRODUCED_IN(19);
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_limit_in_bytes.sh 44 # Test swapoff + alloc_mem > limit_in_bytes
47 swapoff -a
54 swapoff -a
61 swapoff -a
  /bionic/libc/arch-mips64/syscalls/
swapoff.S 5 ENTRY(swapoff) function
25 END(swapoff)
  /bionic/libc/arch-x86/syscalls/
swapoff.S 5 ENTRY(swapoff) function
29 END(swapoff)
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_4.sh 40 # turn off swap, and swapoff will be killed
41 swapoff -a
  /external/ltp/testcases/kernel/device-drivers/zram/
zram_lib.sh 30 swapoff /dev/zram$i
158 tst_test_cmds mkswap swapon swapoff
182 tst_test_cmds swapoff
185 swapoff /dev/zram$i > err.log 2>&1
188 tst_brkm TFAIL "swapoff /dev/zram$i failed"
193 tst_resm TPASS "swapoff completed"
  /external/linux-kselftest/tools/testing/selftests/zram/
zram_lib.sh 42 swapoff /dev/zram$i
195 swapoff /dev/zram$i > err.log 2>&1
198 echo "FAIL swapoff /dev/zram$i failed"
203 echo "zram swapoff: OK"
  /external/ltp/testcases/commands/mkswap/
mkswap01.sh 112 swapoff $swapfile 2>/dev/null
114 tst_res TWARN "Can not do swapoff on $swapfile."
  /external/strace/linux/32/
syscallent.h 233 [225] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/64/
syscallent.h 226 [225] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/avr32/
syscallent.h 135 [106] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/hppa/
syscallent.h 121 [115] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/ia64/
syscallent.h 101 [1095] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/x86_64/
syscallent.h 169 [168] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/xtensa/
syscallent.h 172 [177] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/arm/
syscallent.h 145 [115] = { 1, TF, SEN(swapoff), "swapoff" },
  /external/strace/linux/i386/
syscallent.h 145 [115] = { 1, TF, SEN(swapoff), "swapoff" },

Completed in 1021 milliseconds

1 2