Home
last modified time | relevance | path

Searched refs:wakeup_swapper (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thread.c855 int wakeup_swapper; in thread_exit() local
1060 int wakeup_swapper; in weed_inhib() local
1066 wakeup_swapper = 0; in weed_inhib()
1192 wakeup_swapper = 0; in thread_single()
1325 int wakeup_swapper; in thread_suspend_check() local
1524 int wakeup_swapper; in thread_unsuspend() local
1528 wakeup_swapper = 0; in thread_unsuspend()
1551 if (wakeup_swapper) in thread_unsuspend()
1562 int wakeup_swapper; in thread_single_end() local
1581 wakeup_swapper = 0; in thread_single_end()
[all …]
H A Dkern_condvar.c400 int wakeup_swapper; in cv_signal() local
404 wakeup_swapper = 0; in cv_signal()
413 wakeup_swapper = sleepq_signal(cvp, SLEEPQ_CONDVAR, 0, in cv_signal()
418 if (wakeup_swapper) in cv_signal()
429 int wakeup_swapper; in cv_broadcastpri() local
437 wakeup_swapper = 0; in cv_broadcastpri()
443 wakeup_swapper = sleepq_broadcast(cvp, SLEEPQ_CONDVAR, pri, 0); in cv_broadcastpri()
446 if (wakeup_swapper) in cv_broadcastpri()
H A Dkern_synch.c346 int wakeup_swapper; in wakeup() local
349 wakeup_swapper = sleepq_broadcast(ident, SLEEPQ_SLEEP, 0, 0); in wakeup()
351 if (wakeup_swapper) { in wakeup()
366 int wakeup_swapper; in wakeup_one() local
369 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP, 0, 0); in wakeup_one()
371 if (wakeup_swapper) in wakeup_one()
378 int wakeup_swapper; in wakeup_any() local
381 wakeup_swapper = sleepq_signal(ident, SLEEPQ_SLEEP | SLEEPQ_UNFAIR, in wakeup_any()
384 if (wakeup_swapper) in wakeup_any()
H A Dsubr_sleepqueue.c904 int wakeup_swapper; in sleepq_signal() local
945 return (wakeup_swapper); in sleepq_signal()
983 int wakeup_swapper; in sleepq_remove_matching() local
991 wakeup_swapper = 0; in sleepq_remove_matching()
1012 int wakeup_swapper; in sleepq_timeout() local
1035 if (wakeup_swapper) in sleepq_timeout()
1059 int wakeup_swapper; in sleepq_remove() local
1085 if (wakeup_swapper) in sleepq_remove()
1142 int i, wakeup_swapper; in sleepq_chains_remove_matching() local
1144 wakeup_swapper = 0; in sleepq_chains_remove_matching()
[all …]
H A Dkern_lock.c196 if (__predict_false(wakeup_swapper)) in lockmgr_exit()
314 int queue, wakeup_swapper; in wakeupshlk() local
316 wakeup_swapper = 0; in wakeupshlk()
360 wakeup_swapper = in wakeupshlk()
397 return (wakeup_swapper); in wakeupshlk()
1099 int wakeup_swapper = 0; in lockmgr_sunlock_hard() local
1116 int wakeup_swapper = 0; in lockmgr_xunlock_hard() local
1358 wakeup_swapper = 0; in __lockmgr_args()
1516 wakeup_swapper = in __lockmgr_args()
1533 wakeup_swapper |= sleepq_broadcast( in __lockmgr_args()
[all …]
H A Dkern_sx.c480 int wakeup_swapper; in sx_downgrade_int() local
522 wakeup_swapper = 0; in sx_downgrade_int()
527 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, in sx_downgrade_int()
531 if (wakeup_swapper) in sx_downgrade_int()
916 int queue, wakeup_swapper; in _sx_xunlock_hard() local
973 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, 0, in _sx_xunlock_hard()
976 if (wakeup_swapper) in _sx_xunlock_hard()
1319 int wakeup_swapper = 0; in _sx_sunlock_hard() local
1352 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, in _sx_sunlock_hard()
1358 if (wakeup_swapper) in _sx_sunlock_hard()
H A Dkern_sig.c2168 int wakeup_swapper; in tdsendsignal() local
2264 wakeup_swapper = 0; in tdsendsignal()
2371 wakeup_swapper = sleepq_abort(td, intrval); in tdsendsignal()
2428 if (wakeup_swapper) in tdsendsignal()
2443 int prop, wakeup_swapper; in tdsigwakeup() local
2499 wakeup_swapper = sleepq_abort(td, intrval); in tdsigwakeup()
2501 if (wakeup_swapper) in tdsigwakeup()
2525 int wakeup_swapper; in sig_suspend_threads() local
2531 wakeup_swapper = 0; in sig_suspend_threads()
2547 wakeup_swapper |= sleepq_abort(td2, in sig_suspend_threads()
[all …]