Searched refs:cc_exec_waiting (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_timeout.c | 188 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro 246 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup() 751 if (cc_exec_waiting(cc, direct)) { in softclock_call_cc() 767 cc_exec_waiting(cc, direct) = false; in softclock_call_cc() 769 wakeup(&cc_exec_waiting(cc, direct)); in softclock_call_cc() 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() 1223 &cc_exec_waiting(cc, direct), in _callout_stop_safe() [all …]
|