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

/freebsd-current/sys/sys/
H A Dsleepqueue.h86 #define SLEEPQ_DROP 0x400 /* Return without lock held. */ macro
/freebsd-current/sys/kern/
H A Dkern_synch.c370 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP | SLEEPQ_DROP, 0, 0);
382 SLEEPQ_DROP, 0, 0);
H A Dkern_condvar.c453 if (sleepq_signal(cvp, SLEEPQ_CONDVAR | SLEEPQ_DROP, 0, 0))
H A Dsubr_sleepqueue.c939 if (flags & SLEEPQ_DROP)
976 (flags & SLEEPQ_DROP) ? 0 : SRQ_HOLD);

Completed in 174 milliseconds