Searched refs:cc_exec_curr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 160 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr macro 206 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 424 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 490 KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr")); in softclock_call_cc() 491 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 732 if (cc_exec_curr(cc, direct) == c) { in callout_reset_tick_on() 861 if (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() 875 while (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() 986 if (cc_exec_curr(cc, direct) != c) in _callout_stop_safe()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr macro 241 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 651 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 719 KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr")); in softclock_call_cc() 720 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 932 if (cc_exec_curr(cc, direct) == c) { in callout_reset_sbt_on() 991 if (cc_exec_curr(cc, direct) == c) { in callout_reset_sbt_on() 1131 if (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() 1148 if (cc_exec_curr(cc, direct) == c) { in _callout_stop_safe() 1288 if (cc_exec_curr(cc, direct) != c) in _callout_stop_safe()
|