Home
last modified time | relevance | path

Searched refs:MADV_WILLNEED (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise02.c75 {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 Dmadvise06.c21 * 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 Dmadvise05.c11 * mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
34 TEST(madvise(p, ALLOC_SIZE, MADV_WILLNEED)); in verify_madvise()
H A Dmadvise01.c42 {MADV_WILLNEED, "MADV_WILLNEED", &sfile},
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap16.c46 if (madvise(p, hpage_size, MADV_WILLNEED) == -1) in run_test()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h76 #define MADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h81 #define MADV_WILLNEED 3 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h81 #define MADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h85 #define MADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h81 #define MADV_WILLNEED 3 macro
/third_party/musl/include/sys/
H A Dmman.h82 #define MADV_WILLNEED 3 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs156 WillNeed = linux_raw_sys::general::MADV_WILLNEED,
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp69 MADV_WILLNEED,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs325 WillNeed = c::MADV_WILLNEED,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs227 MADV_WILLNEED,
/third_party/python/Modules/
H A Dmmapmodule.c1695 #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 Dmod.rs418 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs652 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs840 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs645 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs960 pub const MADV_WILLNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1691 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs984 pub const MADV_WILLNEED: u32 = 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1618 pub const MADV_WILLNEED: ::c_int = 3; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs989 pub const MADV_WILLNEED: u32 = 3; consts

Completed in 71 milliseconds

12