Lines Matching defs:cc

179 #define	cc_exec_curr(cc, dir)		cc->cc_exec_entity[dir].cc_curr  argument
180 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func argument
181 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg argument
182 #define cc_exec_next(cc) cc->cc_next argument
183 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel argument
184 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting argument
186 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func argument
187 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg argument
188 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu argument
189 #define cc_migration_time(cc, dir) cc->cc_exec_entity[dir].ce_migration_time argument
190 #define cc_migration_prec(cc, dir) cc->cc_exec_entity[dir].ce_migration_prec argument
201 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock) argument
202 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock) argument
203 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED) argument
237 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
256 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
273 struct callout_cpu *cc; in callout_callwheel_init() local
314 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
341 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch()
372 struct callout_cpu *cc; in start_softclock() local
427 struct callout_cpu *cc; in callout_process() member
432 struct callout_cpu *cc; in callout_process() local
563 struct callout_cpu *cc; in callout_lock() local
585 callout_cc_add(struct callout *c, struct callout_cpu *cc, in callout_cc_add()
625 softclock_call_cc(struct callout *c, struct callout_cpu *cc, in softclock_call_cc()
833 struct callout_cpu *cc; in softclock_thread() local
943 struct callout_cpu *cc; in callout_reset_sbt_on() local
1090 struct callout_cpu *cc, *old_cc; in _callout_stop_safe() local
1386 struct callout_cpu *cc; in sysctl_kern_callout_stat() local
1510 struct callout_cpu *cc; in _show_last_callout() local