Lines Matching refs:callout
144 struct callout *cc_curr;
165 struct callout *cc_next;
208 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
341 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch()
431 struct callout *c, *next; in callout_process()
561 callout_lock(struct callout *c) in callout_lock()
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()
834 struct callout *c; in softclock_thread()
939 callout_reset_sbt_on(struct callout *c, sbintime_t sbt, sbintime_t prec, in callout_reset_sbt_on()
1076 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on()
1082 callout_schedule(struct callout *c, int to_ticks) in callout_schedule()
1088 _callout_stop_safe(struct callout *c, int flags) in _callout_stop_safe()
1333 callout_init(struct callout *c, int mpsafe) in callout_init()
1347 _callout_init_lock(struct callout *c, struct lock_object *lock, int flags) in _callout_init_lock()
1360 *c = (struct callout ){ in _callout_init_lock()
1385 struct callout *tmp; in sysctl_kern_callout_stat()
1479 _show_callout(struct callout *c) in _show_callout()
1496 DB_SHOW_COMMAND(callout, db_show_callout) in DB_SHOW_COMMAND() argument
1504 _show_callout((struct callout *)addr); in DB_SHOW_COMMAND()