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

/freebsd-10.2-release/sys/ofed/include/linux/
H A Dwait.h52 int wakeup_swapper; local
58 wakeup_swapper = sleepq_broadcast(c, SLEEPQ_SLEEP, 0, 0);
60 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0);
62 if (wakeup_swapper)
H A Dsched.h94 int wakeup_swapper; \
100 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0); \
102 if (wakeup_swapper) \
H A Dlinux_compat.c782 int wakeup_swapper; local
787 wakeup_swapper = sleepq_broadcast(c, SLEEPQ_SLEEP, 0, 0);
789 wakeup_swapper = sleepq_signal(c, SLEEPQ_SLEEP, 0, 0);
791 if (wakeup_swapper)
/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c403 int wakeup_swapper; local
450 wakeup_swapper = thread_unsuspend_one(
453 if (wakeup_swapper)
597 int wakeup_swapper; local
603 wakeup_swapper = 0;
607 wakeup_swapper |= thread_unsuspend_one(td2, p, true);
609 wakeup_swapper |= sleepq_abort(td2, EINTR);
613 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
615 wakeup_swapper |= sleepq_abort(td2, ERESTART);
619 wakeup_swapper |
666 int remaining, wakeup_swapper; local
842 int wakeup_swapper; local
995 int wakeup_swapper; local
1034 int wakeup_swapper; local
[all...]
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 Dsubr_sleepqueue.c812 int wakeup_swapper; local
836 wakeup_swapper = sleepq_resume_thread(sq, besttd, pri);
838 return (wakeup_swapper);
849 int wakeup_swapper; local
861 wakeup_swapper = 0;
865 wakeup_swapper = 1;
868 return (wakeup_swapper);
882 int wakeup_swapper; local
885 wakeup_swapper = 0;
901 wakeup_swapper
949 int wakeup_swapper; local
[all...]
H A Dkern_synch.c389 int wakeup_swapper; local
392 wakeup_swapper = sleepq_broadcast(ident, SLEEPQ_SLEEP, 0, 0);
394 if (wakeup_swapper) {
396 ("wakeup and wakeup_swapper and proc0"));
409 int wakeup_swapper; local
412 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP, 0, 0);
414 if (wakeup_swapper)
H A Dkern_lock.c240 int queue, wakeup_swapper; local
245 wakeup_swapper = 0;
308 wakeup_swapper =
334 wakeup_swapper |= sleepq_broadcast(&lk->lock_object, SLEEPQ_LK,
343 return (wakeup_swapper);
465 int error, ipri, itimo, queue, wakeup_swapper; local
519 wakeup_swapper = 0;
752 wakeup_swapper |= wakeupshlk(lk, file, line);
1086 wakeup_swapper =
1108 wakeup_swapper |
[all...]
H A Dkern_sx.c438 int wakeup_swapper; local
482 wakeup_swapper = 0;
487 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX,
494 if (wakeup_swapper)
750 int queue, wakeup_swapper; local
795 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, 0,
798 if (wakeup_swapper)
1014 int wakeup_swapper; local
1085 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX,
1088 if (wakeup_swapper)
[all...]
H A Dkern_sig.c2082 int wakeup_swapper; local
2289 wakeup_swapper = 0;
2293 wakeup_swapper = sleepq_abort(td, intrval);
2296 if (wakeup_swapper)
2364 int wakeup_swapper; local
2366 wakeup_swapper = 0;
2420 wakeup_swapper = sleepq_abort(td, intrval);
2435 if (wakeup_swapper)

Completed in 122 milliseconds