HomeSort by relevance Sort by last modified time
    Searched refs:swapon (Results 1 - 25 of 72) 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)
  /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)
  /bionic/libc/include/sys/
swap.h 41 int swapon(const char* __path, int __flags) __INTRODUCED_IN(19);
  /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
33 if (swapon(*toys.optargs, flags))
34 perror_exit("Couldn't swapon '%s'", *toys.optargs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
swap.h 37 extern int swapon (__const char *__path, int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
swap.h 37 extern int swapon (__const char *__path, int __flags) __THROW;
  /external/perfetto/infra/git_mirror_bot/
startup-script.sh 57 swapon /swap
  /external/ltp/testcases/commands/mkswap/
mkswap01.sh 80 swapon $swapfile 2>/dev/null
83 tst_res TINFO "Can not do swapon on $swapfile."
87 tst_res TINFO "Swapon failed expectedly."
94 tst_res TINFO "Swapon failed expectedly."
98 tst_res TINFO "Swapon failed unexpectedly."
109 # In general, the swap increment by doing swapon should be equal to
  /external/ltp/testcases/kernel/device-drivers/zram/
zram_lib.sh 158 tst_check_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 175 swapon /dev/zram$i > err.log 2>&1
178 echo "FAIL swapon /dev/zram$1 failed"
185 echo "zram making zram mkswap and swapon: OK"
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_regression_test.sh 217 swapon -a
  /system/extras/zram-perf/
zram-perf.cpp 145 result = swapon(zram_blkdev_path, 0);
147 cout << "swapon failed: " << strerror(errno) << endl;
  /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

Completed in 353 milliseconds

1 2 3