Home
last modified time | relevance | path

Searched refs:__NR_eventfd2 (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2.h13 ret = tst_syscall(__NR_eventfd2, count, flags); in eventfd2()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h335 #define __NR_eventfd2 356 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs302 unsafe { ret_owned_fd(syscall_readonly!(__NR_eventfd2, c_uint(initval), flags)) }
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c114 return syscall(__NR_eventfd2, n, 0); in eventfd()
/third_party/openssl/engines/
H A De_afalg.c114 return syscall(__NR_eventfd2, n, 0); in eventfd()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1858 pub const __NR_eventfd2: u32 = 19; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1858 pub const __NR_eventfd2: u32 = 19; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1849 pub const __NR_eventfd2: u32 = 19; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2167 pub const __NR_eventfd2: u32 = 314; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2267 pub const __NR_eventfd2: u32 = 5284; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2170 pub const __NR_eventfd2: u32 = 314; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2300 pub const __NR_eventfd2: u32 = 4325; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2141 pub const __NR_eventfd2: u32 = 356; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2400 pub const __NR_eventfd2: u32 = 318; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2101 pub const __NR_eventfd2: u32 = 323; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2390 pub const __NR_eventfd2: u32 = 318; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2089 pub const __NR_eventfd2: u32 = 1073742114; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2153 pub const __NR_eventfd2: u32 = 328; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2126 pub const __NR_eventfd2: u32 = 290; consts

Completed in 257 milliseconds