Home
last modified time | relevance | path

Searched refs:MADV_NOSYNC (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dmman.rs289 MADV_NOSYNC,
290 /// Undoes the effects of `MADV_NOSYNC` for any future pages dirtied within the given range.
/third_party/python/Modules/
H A Dmmapmodule.c1741 #ifdef MADV_NOSYNC in mmap_exec()
1742 ADD_INT_MACRO(module, MADV_NOSYNC); in mmap_exec()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs843 pub const MADV_NOSYNC: ::c_int = 6; consts

Completed in 8 milliseconds