Home
last modified time | relevance | path

Searched refs:PR_SET_IO_FLUSHER (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/musl/include/sys/
H A Dprctl.h168 #define PR_SET_IO_FLUSHER 57 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs987 // PR_GET_IO_FLUSHER/PR_SET_IO_FLUSHER
1003 const PR_SET_IO_FLUSHER: c_int = 57; consts
1009 /// - [`prctl(PR_SET_IO_FLUSHER,...)`]
1011 /// [`prctl(PR_SET_IO_FLUSHER,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
1014 unsafe { prctl_2args(PR_SET_IO_FLUSHER, enable as usize as *mut _) }.map(|_r| ()) in configure_io_flusher_behavior()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1304 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1307 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1299 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1317 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1312 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1309 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1304 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1293 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1517 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1302 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1525 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1303 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1296 pub const PR_SET_IO_FLUSHER: u32 = 57; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1303 pub const PR_SET_IO_FLUSHER: u32 = 57; consts

Completed in 199 milliseconds