Home
last modified time | relevance | path

Searched refs:__NR_swapoff (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/swapon/
H A Dswapon01.c28 if (tst_syscall(__NR_swapoff, "./swapfile01") != 0) { in verify_swapon()
H A Dswapon02.c75 if (do_swapoff && tst_syscall(__NR_swapoff, "alreadyused")) in cleanup()
H A Dswapon03.c238 if (tst_syscall(__NR_swapoff, filename) != 0) { in check_and_swapoff()
/third_party/ltp/testcases/kernel/syscalls/swapoff/
H A Dswapoff01.c28 TEST(tst_syscall(__NR_swapoff, "./swapfile01")); in verify_swapoff()
H A Dswapoff02.c45 TEST(tst_syscall(__NR_swapoff, tc->path)); in verify_swapoff()
/third_party/ltp/libs/libltpswap/
H A Dlibswap.c62 TEST(tst_syscall(__NR_swapoff, filename, 0)); in is_swap_supported()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h103 #define __NR_swapoff 115 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2064 pub const __NR_swapoff: u32 = 225; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2063 pub const __NR_swapoff: u32 = 225; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2029 pub const __NR_swapoff: u32 = 225; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1979 pub const __NR_swapoff: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2147 pub const __NR_swapoff: u32 = 5163; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1973 pub const __NR_swapoff: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2091 pub const __NR_swapoff: u32 = 4115; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1913 pub const __NR_swapoff: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2295 pub const __NR_swapoff: u32 = 213; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1914 pub const __NR_swapoff: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2286 pub const __NR_swapoff: u32 = 213; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1986 pub const __NR_swapoff: u32 = 1073741992; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1944 pub const __NR_swapoff: u32 = 115; consts

Completed in 219 milliseconds

12