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

/freebsd-13-stable/sys/kern/
H A Dkern_synch.c141 int catch, pri, rval, sleepq_flags; local
175 sleepq_flags = SLEEPQ_PAUSE;
177 sleepq_flags = SLEEPQ_SLEEP;
179 sleepq_flags |= SLEEPQ_INTERRUPTIBLE;
205 sleepq_add(ident, lock, wmesg, sleepq_flags, 0);

Completed in 65 milliseconds