Home
last modified time | relevance | path

Searched refs:cc_exec_curr (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/kern/
HDkern_timeout.c171 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr macro
231 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup()
680 cc_exec_curr(cc, direct) = c; in softclock_call_cc()
746 KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr")); in softclock_call_cc()
747 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc()
1039 if (cc_exec_curr(cc, direct) == c) {
1098 if (cc_exec_curr(cc, direct) == c) {
1247 if (cc_exec_curr(cc, direct) != c) {
1263 while (cc_exec_curr(cc, direct) == c) {