/third_party/ltp/include/lapi/ |
D | memfd.h | 18 #ifndef MFD_HUGETLB 19 #define MFD_HUGETLB 0x0004U macro
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create03.c | 128 new_fd = sys_memfd_create("new_file", MFD_HUGETLB); in test_max_hugepages() 173 fd = sys_memfd_create("test_file", MFD_HUGETLB); in memfd_huge_controller()
|
D | memfd_create04.c | 70 fd = sys_memfd_create("tfile", MFD_HUGETLB | tflag.flag); in memfd_huge_x_controller()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 109 #define MFD_HUGETLB 0x0004U macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 109 #define MFD_HUGETLB 0x0004U macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 109 #define MFD_HUGETLB 0x0004U macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 105 #define MFD_HUGETLB 0x0004U macro
|
/third_party/musl/include/sys/ |
D | mman.h | 111 #define MFD_HUGETLB 0x0004U macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 114 #define MFD_HUGETLB 0x0004U macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 366 const HUGETLB = linux_raw_sys::general::MFD_HUGETLB;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 513 const HUGETLB = c::MFD_HUGETLB;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | freebsd.txt | 730 MFD_HUGETLB
|
D | linux.txt | 1284 MFD_HUGETLB
|
D | android.txt | 1168 MFD_HUGETLB
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2089 pub const MFD_HUGETLB: ::c_uint = 0x0004; constant
|
/third_party/python/Modules/ |
D | posixmodule.c | 15347 #ifdef MFD_HUGETLB in all_ins() 15348 if (PyModule_AddIntMacro(m, MFD_HUGETLB)) return -1; in all_ins()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2126 pub const MFD_HUGETLB: ::c_uint = 0x0004; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3737 pub const MFD_HUGETLB: ::c_uint = 0x00000004; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2175 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2174 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2219 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2286 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2284 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 2417 pub const MFD_HUGETLB: u32 = 4; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2306 pub const MFD_HUGETLB: u32 = 4; constant
|