Searched refs:MADV_REMOVE (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/include/lapi/ |
D | mmap.h | 16 #ifndef MADV_REMOVE 17 # define MADV_REMOVE 9 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 59 #if defined(__linux__) && !defined(MADV_REMOVE) 60 #define MADV_REMOVE 9 macro 330 #ifdef MADV_REMOVE in pa_shm_punch() 331 if (madvise(ptr, size, MADV_REMOVE) >= 0) in pa_shm_punch()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise02.c | 71 {MADV_REMOVE, "MADV_REMOVE", &file1, EINVAL, 0}, 99 case MADV_REMOVE: in tcases_filter()
|
D | madvise01.c | 45 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 87 #define MADV_REMOVE 9 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 78 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1622 #ifdef MADV_REMOVE in mmap_exec() 1623 ADD_INT_MACRO(module, MADV_REMOVE); in mmap_exec()
|
/third_party/python/Doc/library/ |
D | mmap.rst | 323 MADV_REMOVE
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1594 // Linux and Android provide MADV_REMOVE which is preferred as it has a 1600 #define MADV_PURGE_ARGUMENT MADV_REMOVE 1604 // Linux and Android provide MADV_REMOVE which is preferred as it has a 1610 #define MADV_PURGE_ARGUMENT MADV_REMOVE
|