Home
last modified time | relevance | path

Searched refs:MADV_ZERO_WIRED_PAGES (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/bsd/sys/
H A Dmman.h211 #define MADV_ZERO_WIRED_PAGES 6 /* zero the wired pages that have not been unwired before t… macro
/xnu-10002.61.3/bsd/kern/
H A Dkern_mman.c1268 case MADV_ZERO_WIRED_PAGES: in madvise()