Searched refs:PRISON_STATE_ALIVE (Results 1 – 2 of 2) sorted by relevance
91 PRISON_STATE_ALIVE, /* Current prison, visible to all */ enumerator
117 .pr_state = PRISON_STATE_ALIVE,2321 pr->pr_state = PRISON_STATE_ALIVE; in kern_jail_set() 3719 pr->pr_state == PRISON_STATE_ALIVE) { in prison_deref() 4191 if (__predict_false(pr->pr_state != PRISON_STATE_ALIVE)) in prison_isalive() 5690 pr->pr_state == PRISON_STATE_ALIVE ? "alive" : in db_show_prison()