Searched refs:cc_exec_waiting (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 184 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro 242 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup() 754 if (cc_exec_waiting(cc, direct)) { in softclock_call_cc() 770 cc_exec_waiting(cc, direct) = false; in softclock_call_cc() 772 wakeup(&cc_exec_waiting(cc, direct)); in softclock_call_cc() 977 if (cc_exec_waiting(cc, direct)) { in callout_reset_sbt_on() 1153 sleepq_release(&cc_exec_waiting(old_cc, direct)); in _callout_stop_safe() 1203 &cc_exec_waiting(cc, direct)); in _callout_stop_safe() 1215 cc_exec_waiting(cc, direct) = true; in _callout_stop_safe() 1219 &cc_exec_waiting(cc, direct), in _callout_stop_safe() [all …]
|