Lines Matching refs:cc_exec_waiting
164 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro
208 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup()
501 if (cc_exec_waiting(cc, direct)) { in softclock_call_cc()
517 cc_exec_waiting(cc, direct) = false; in softclock_call_cc()
519 wakeup(&cc_exec_waiting(cc, direct)); in softclock_call_cc()
740 if (cc_exec_waiting(cc, direct)) { in callout_reset_tick_on()
896 &cc_exec_waiting(cc, direct)); in _callout_stop_safe()
908 cc_exec_waiting(cc, direct) = true; in _callout_stop_safe()
912 &cc_exec_waiting(cc, direct), in _callout_stop_safe()
916 &cc_exec_waiting(cc, direct), in _callout_stop_safe()
977 sleepq_release(&cc_exec_waiting(cc, direct)); in _callout_stop_safe()