Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_jail.c997 drflags = PD_LIST_XLOCKED; in kern_jail_set()
1828 drflags = (drflags & ~PD_LIST_XLOCKED) | PD_LIST_SLOCKED; in kern_jail_set()
1893 else if (drflags & PD_LIST_XLOCKED) in kern_jail_set()
2370 drflags = PD_DEREF | PD_LOCKED | PD_LIST_XLOCKED; in prison_remove_one()
2399 drflags &= ~(PD_LOCKED | PD_LIST_XLOCKED); in prison_remove_one()
2781 ? PD_DEREF | PD_DEUREF | PD_LOCKED | PD_LIST_XLOCKED in prison_complete()
2782 : PD_LOCKED | PD_LIST_XLOCKED); in prison_complete()
2828 if (!(flags & (PD_LIST_SLOCKED | PD_LIST_XLOCKED))) { in prison_deref()
2834 flags |= PD_LIST_XLOCKED; in prison_deref()
2847 else if (flags & PD_LIST_XLOCKED) in prison_deref()
[all …]