Lines Matching defs:cc
160 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr argument
161 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain argument
162 #define cc_exec_next(cc) cc->cc_next argument
163 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel argument
164 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting argument
168 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock) argument
169 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock) argument
170 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED) argument
204 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
215 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
227 struct callout_cpu *cc; in callout_callwheel_init() local
270 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
306 struct callout_cpu *cc; in callout_tick() local
336 struct callout_cpu *cc; in callout_lock() local
351 callout_cc_add(struct callout *c, struct callout_cpu *cc, in callout_cc_add()
373 callout_cc_del(struct callout *c, struct callout_cpu *cc) in callout_cc_del()
383 softclock_call_cc(struct callout *c, struct callout_cpu *cc, in softclock_call_cc()
561 struct callout_cpu *cc; in softclock() local
696 struct callout_cpu *cc; in callout_reset_tick_on() local
794 struct callout_cpu *cc, *old_cc; in _callout_stop_safe() local
1125 struct callout_cpu *cc; in sysctl_kern_callout_stat() local