Searched refs:MADV_NORMAL (Results 1 – 12 of 12) sorted by relevance
13 #define MADV_NORMAL 0 macro
14 #define MADV_NORMAL 0 macro
42 #define MADV_NORMAL 0 /* no further special treatment */ macro
47 #define MADV_NORMAL 0 /* no further special treatment */ macro
41 #define MADV_NORMAL 0 /* no further special treatment */ macro
74 #define MADV_NORMAL 0 /* no further special treatment */ macro
87 #define MADV_NORMAL 0 /* no further special treatment */ macro
65 case MADV_NORMAL: in madvise_behavior()710 case MADV_NORMAL: in madvise_behavior_valid()
1541 int ret = madvise((void *)ptr, PAGE_SIZE, MADV_NORMAL); in exhaust_vaddr_space()