Searched refs:__NR_swapoff (Results 1 – 17 of 17) sorted by relevance
/external/strace/tests-m32/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/strace/tests/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/strace/tests-mx32/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | swapon01.c | 51 if (ltp_syscall(__NR_swapoff, "./swapfile01") != 0) { in verify_swapon()
|
D | libswapon.c | 85 TEST(ltp_syscall(__NR_swapoff, filename, 0)); in is_swap_supported()
|
D | swapon02.c | 153 if (do_swapoff && ltp_syscall(__NR_swapoff, "alreadyused")) in cleanup()
|
D | swapon03.c | 309 if (ltp_syscall(__NR_swapoff, filename) != 0) { in check_and_swapoff()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 69 TEST(ltp_syscall(__NR_swapoff, "./swapfile01")); in verify_swapoff()
|
D | swapoff02.c | 78 TEST(ltp_syscall(__NR_swapoff, testcase[i].path)); in main()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 510 #ifdef __NR_swapoff 511 { "swapoff", __NR_swapoff },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 172 #define __NR_swapoff 168 macro
|
D | unistd_32.h | 119 #define __NR_swapoff 115 macro
|
D | unistd_x32.h | 154 #define __NR_swapoff (__X32_SYSCALL_BIT + 168) macro
|
/external/strace/ |
D | scno.h | 512 #ifndef __NR_swapoff 513 # define __NR_swapoff (SYSCALL_BIT | 168) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 655 #define __NR_swapoff 225 macro 656 __SYSCALL(__NR_swapoff, sys_swapoff)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 87 #define __NR_swapoff (__NR_SYSCALL_BASE + 115) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 2073 #ifdef __NR_swapoff 2074 #define SYS_swapoff __NR_swapoff
|