Searched refs:PD_LIST_XLOCKED (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c150 #define PD_LIST_XLOCKED 0x10 macro
1207 PD_DEUREF | PD_LIST_XLOCKED);
1305 prison_deref(pr, PD_LIST_XLOCKED);
1847 ? PD_LOCKED | PD_LIST_XLOCKED
1848 : PD_DEREF | PD_LOCKED | PD_LIST_XLOCKED);
2271 deuref | PD_DEREF | PD_LOCKED | PD_LIST_XLOCKED);
2556 else if (flags & PD_LIST_XLOCKED)
2567 } else if (!(flags & PD_LIST_XLOCKED))

Completed in 160 milliseconds