Searched refs:cc_exec_waiting (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 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() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 185 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting macro 243 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup() 728 if (cc_exec_waiting(cc, direct)) { in softclock_call_cc() 744 cc_exec_waiting(cc, direct) = false; in softclock_call_cc() 746 wakeup(&cc_exec_waiting(cc, direct)); in softclock_call_cc() 1119 sleepq_release(&cc_exec_waiting(old_cc, direct)); in _callout_stop_safe() 1169 &cc_exec_waiting(cc, direct)); in _callout_stop_safe() 1181 cc_exec_waiting(cc, direct) = true; in _callout_stop_safe() 1185 &cc_exec_waiting(cc, direct), in _callout_stop_safe() 1189 &cc_exec_waiting(cc, direct), in _callout_stop_safe() [all …]
|