Lines Matching defs:flags
59 * to: once the p_toxic flags are set, the page will be retired as soon as it
954 page_retire_pp_finish(page_t *pp, void *notused, uint_t flags)
995 * transient, it's possible that we clear some flags set by a second
1008 panic("bad toxic flags 0x%x in page_retire_pp_finish\n", toxic);
1096 * Take a retired page off the retired-pages vnode and clear the toxic flags.
1105 * If flags is:
1106 * PR_UNR_FREE - lock the page, clear the toxic flags and free it
1111 * toxic flags and return it to caller as is.
1114 page_unretire_pp(page_t *pp, int flags)
1120 if (flags == PR_UNR_CLEAN ||
1140 if (flags == PR_UNR_TEMP)
1145 if (flags == PR_UNR_FREE) {