Home
last modified time | relevance | path

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

/xnu-10063.121.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-10063.121.3/bsd/kern/
H A Dkern_mman.c1269 case MADV_ZERO_WIRED_PAGES: in madvise()