/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise02.c | 75 {MADV_WILLNEED, "MADV_WILLNEED", &file2, ENOMEM, 0}, 76 {MADV_WILLNEED, "MADV_WILLNEED", &tmp_addr, EBADF, 0}, 105 case MADV_WILLNEED: in tcases_filter() 106 /* In kernel commit 1998cc0, madvise(MADV_WILLNEED) to in tcases_filter()
|
H A D | madvise06.c | 21 * mm: madvise: fix MADV_WILLNEED on shmem swapouts 39 * It also can reproduce the MADV_WILLNEED preformance problem. 186 TEST(madvise(target, MEM_LIMIT, MADV_WILLNEED)); in test_advice_willneed() 207 TEST(madvise(target, pg_sz * 3, MADV_WILLNEED)); in test_advice_willneed()
|
H A D | madvise05.c | 11 * mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support 34 TEST(madvise(p, ALLOC_SIZE, MADV_WILLNEED)); in verify_madvise()
|
H A D | madvise01.c | 42 {MADV_WILLNEED, "MADV_WILLNEED", &sfile},
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap16.c | 46 if (madvise(p, hpage_size, MADV_WILLNEED) == -1) in run_test()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 76 #define MADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 81 #define MADV_WILLNEED 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 81 #define MADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 85 #define MADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 81 #define MADV_WILLNEED 3 macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 82 #define MADV_WILLNEED 3 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 156 WillNeed = linux_raw_sys::general::MADV_WILLNEED,
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_mman.cpp | 69 MADV_WILLNEED,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 325 WillNeed = c::MADV_WILLNEED,
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 227 MADV_WILLNEED,
|
/third_party/python/Modules/ |
H A D | mmapmodule.c | 1695 #ifdef MADV_WILLNEED in mmap_exec() 1696 ADD_INT_MACRO(module, MADV_WILLNEED); in mmap_exec()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 418 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 652 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 840 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 645 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 960 pub const MADV_WILLNEED: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1691 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 984 pub const MADV_WILLNEED: u32 = 3; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1618 pub const MADV_WILLNEED: ::c_int = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 989 pub const MADV_WILLNEED: u32 = 3; consts
|