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

1 2 3

  /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/
swapon.S 5 ENTRY(swapon) function
16 END(swapon)
  /bionic/libc/arch-arm64/syscalls/
swapon.S 5 ENTRY(swapon) function
14 END(swapon)
  /bionic/libc/arch-mips/syscalls/
swapon.S 5 ENTRY(swapon) function
19 END(swapon)
  /bionic/libc/arch-x86_64/syscalls/
swapon.S 5 ENTRY(swapon) function
15 END(swapon)
  /bionic/libc/include/sys/
swap.h 40 /** swapon() flag to discard pages. */
44 * swapon() flag to give this swap area a non-default priority.
55 * [swapon(2)](http://man7.org/linux/man-pages/man2/swapon.2.html) enables swapping.
61 int swapon(const char* __path, int __flags) __INTRODUCED_IN(19);
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_limit_in_bytes.sh 49 swapon -a
56 swapon -a
63 swapon -a
  /bionic/libc/arch-mips64/syscalls/
swapon.S 5 ENTRY(swapon) function
25 END(swapon)
  /bionic/libc/arch-x86/syscalls/
swapon.S 5 ENTRY(swapon) function
34 END(swapon)
  /external/strace/
swapon.c 7 SYS_FUNC(swapon)
  /external/toybox/toys/other/
swapon.c 0 /* swapon.c - Enable region for swapping
5 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767d", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
7 config SWAPON
8 bool "swapon"
11 usage: swapon [-d] [-p priority] filename
34 if (swapon(*toys.optargs, flags))
35 perror_exit("Couldn't swapon '%s'", *toys.optargs);
  /external/grpc-grpc/tools/gce/
linux_worker_init.sh 27 sudo swapon -a
  /external/perfetto/infra/git_mirror_bot/
startup-script.sh 57 swapon /swap
  /external/ltp/testcases/commands/mkswap/
mkswap01.sh 74 swapon $swapfile 2>/dev/null
77 tst_res TINFO "Can not do swapon on $swapfile."
81 tst_res TINFO "Swapon failed expectedly."
88 tst_res TINFO "Swapon failed expectedly."
92 tst_res TINFO "Swapon failed unexpectedly."
103 # In general, the swap increment by doing swapon should be equal to
  /external/ltp/testcases/kernel/device-drivers/zram/
zram_lib.sh 158 tst_test_cmds mkswap swapon swapoff
167 swapon /dev/zram$i > err.log 2>&1
170 tst_brkm TFAIL "swapon /dev/zram$1 failed"
  /external/linux-kselftest/tools/testing/selftests/zram/
zram_lib.sh 178 swapon /dev/zram$i > err.log 2>&1
181 echo "FAIL swapon /dev/zram$1 failed"
188 echo "zram making zram mkswap and swapon: OK"
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_regression_test.sh 217 swapon -a
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 80 swapon
role-base.conf 80 swapon
user-base.conf 80 swapon
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 80 swapon
small-base.conf 80 swapon
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 80 swapon

Completed in 1212 milliseconds

1 2 3