Searched defs:to_ticks (Results 1 – 4 of 4) sorted by relevance
101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
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()
497 callout_reset(struct callout *c, int to_ticks, in callout_reset()
2160 uint32_t to_ticks; in sctp_timer_start() local