Searched refs:__NR_swapoff (Results 1 – 19 of 19) 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-mx32/ |
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/ltp/testcases/kernel/syscalls/swapon/ |
D | swapon01.c | 51 if (ltp_syscall(__NR_swapoff, "./swapfile01") != 0) { in verify_swapon()
|
D | swapon02.c | 160 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 | 68 TEST(ltp_syscall(__NR_swapoff, "./swapfile01")); in verify_swapoff()
|
D | swapoff02.c | 77 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 | 622 #define __NR_swapoff 225 macro 623 __SYSCALL(__NR_swapoff, sys_swapoff)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 167 #define __NR_swapoff (__NR_Linux + 163) macro
|
D | unistd_n32.h | 167 #define __NR_swapoff (__NR_Linux + 163) macro
|
D | unistd_o32.h | 119 #define __NR_swapoff (__NR_Linux + 115) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 87 #define __NR_swapoff (__NR_SYSCALL_BASE + 115) macro
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 1046 #define __NR_swapoff 168
|