Searched refs:cc_exec_curr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_timeout.c | 163 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr macro 222 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 647 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 712 KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr")); in softclock_call_cc() 713 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 1013 if (cc_exec_curr(cc, direct) == c) { 1072 if (cc_exec_curr(cc, direct) == c) { 1216 if (cc_exec_curr(cc, direct) != c) { 1232 while (cc_exec_curr(cc, direct) == c) {
|