Home
last modified time | relevance | path

Searched defs:MADV_NOHUGEPAGE (Results 1 – 4 of 4) sorted by relevance

/external/ltp/include/lapi/
Dmmap.h61 # define MADV_NOHUGEPAGE 15 macro
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h63 #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs629 pub const MADV_NOHUGEPAGE: ::c_int = 15; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1621 pub const MADV_NOHUGEPAGE: ::c_int = 15; constant