Searched refs:cc_exec_curr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_timeout.c | 179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr macro 240 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 671 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 679 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 752 KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr")); in softclock_call_cc() 753 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 969 if (cc_exec_curr(cc, direct) == c) { in callout_reset_sbt_on() 1028 if (cc_exec_curr(cc, direct) == c) { in callout_reset_sbt_on() 1165 if (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() 1182 if (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() [all …]
|