Home
last modified time | relevance | path

Searched refs:MADV_REMOVE (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/include/lapi/
Dmmap.h16 #ifndef MADV_REMOVE
17 # define MADV_REMOVE 9 macro
/third_party/pulseaudio/src/pulsecore/
Dshm.c59 #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/
Dmadvise02.c71 {MADV_REMOVE, "MADV_REMOVE", &file1, EINVAL, 0},
99 case MADV_REMOVE: in tcases_filter()
Dmadvise01.c45 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h87 #define MADV_REMOVE 9 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/include/sys/
Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h78 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/python/Modules/
Dmmapmodule.c1622 #ifdef MADV_REMOVE in mmap_exec()
1623 ADD_INT_MACRO(module, MADV_REMOVE); in mmap_exec()
/third_party/python/Doc/library/
Dmmap.rst323 MADV_REMOVE
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1594 // 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