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

/freebsd-current/usr.sbin/jail/
H A Djailp.h68 #define JF_SLEEPQ 0x0400 /* Waiting on a command and/or timeout */ macro
H A Dcommand.c185 if (!(j->flags & JF_SLEEPQ))
187 j->flags &= ~JF_SLEEPQ;
832 j->flags |= JF_SLEEPQ;

Completed in 86 milliseconds