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

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dwait.h51 int wakeup_swapper; local
57 wakeup_swapper = sleepq_broadcast(c, SLEEPQ_SLEEP, 0, 0);
59 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0);
61 if (wakeup_swapper)
H A Dsched.h93 int wakeup_swapper; \
99 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); \
101 if (wakeup_swapper) \
H A Dcompletion.h51 int wakeup_swapper; local
56 wakeup_swapper = sleepq_broadcast(c, SLEEPQ_SLEEP, 0, 0);
58 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0);
60 if (wakeup_swapper)
/freebsd-10.0-release/sys/kern/
H A Dkern_condvar.c420 int wakeup_swapper; local
422 wakeup_swapper = 0;
426 wakeup_swapper = sleepq_signal(cvp, SLEEPQ_CONDVAR, 0, 0);
429 if (wakeup_swapper)
440 int wakeup_swapper; local
446 wakeup_swapper = 0;
452 wakeup_swapper = sleepq_broadcast(cvp, SLEEPQ_CONDVAR, pri, 0);
455 if (wakeup_swapper)
H A Dkern_thread.c401 int wakeup_swapper; local
448 wakeup_swapper = thread_unsuspend_one(
451 if (wakeup_swapper)
619 int remaining, wakeup_swapper; local
650 wakeup_swapper = 0;
660 wakeup_swapper |=
664 wakeup_swapper |=
670 wakeup_swapper |=
674 wakeup_swapper |=
680 wakeup_swapper |
769 int wakeup_swapper; local
924 int wakeup_swapper; local
960 int wakeup_swapper; local
[all...]
H A Dsubr_sleepqueue.c815 int wakeup_swapper; local
839 wakeup_swapper = sleepq_resume_thread(sq, besttd, pri);
841 return (wakeup_swapper);
852 int wakeup_swapper; local
864 wakeup_swapper = 0;
868 wakeup_swapper = 1;
871 return (wakeup_swapper);
885 int wakeup_swapper; local
888 wakeup_swapper = 0;
904 wakeup_swapper
952 int wakeup_swapper; local
[all...]
H A Dkern_synch.c390 int wakeup_swapper; local
393 wakeup_swapper = sleepq_broadcast(ident, SLEEPQ_SLEEP, 0, 0);
395 if (wakeup_swapper) {
397 ("wakeup and wakeup_swapper and proc0"));
410 int wakeup_swapper; local
413 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP, 0, 0);
415 if (wakeup_swapper)
H A Dkern_lock.c239 int queue, wakeup_swapper; local
244 wakeup_swapper = 0;
307 wakeup_swapper =
333 wakeup_swapper |= sleepq_broadcast(&lk->lock_object, SLEEPQ_LK,
342 return (wakeup_swapper);
456 int error, ipri, itimo, queue, wakeup_swapper; local
510 wakeup_swapper = 0;
733 wakeup_swapper |= wakeupshlk(lk, file, line);
1057 wakeup_swapper =
1079 wakeup_swapper |
[all...]
H A Dkern_sx.c432 int wakeup_swapper; local
476 wakeup_swapper = 0;
481 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX,
488 if (wakeup_swapper)
723 int queue, wakeup_swapper; local
768 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, 0,
771 if (wakeup_swapper)
970 int wakeup_swapper; local
1041 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX,
1044 if (wakeup_swapper)
[all...]
H A Dkern_sig.c2037 int wakeup_swapper; local
2244 wakeup_swapper = 0;
2248 wakeup_swapper = sleepq_abort(td, intrval);
2251 if (wakeup_swapper)
2319 int wakeup_swapper; local
2321 wakeup_swapper = 0;
2372 wakeup_swapper = sleepq_abort(td, intrval);
2387 if (wakeup_swapper)

Completed in 278 milliseconds