Searched defs:to_ticks (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/sys/ |
H A D | callout.h | 101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
|
/freebsd-src/sys/kern/ |
H A D | kern_timeout.c | 1061 callout_schedule_on(struct callout * c,int to_ticks,int cpu) callout_schedule_on() argument 1067 callout_schedule(struct callout * c,int to_ticks) callout_schedule() argument
|
/freebsd-src/stand/kshim/ |
H A D | bsd_kernel.c | 499 callout_reset(struct callout * c,int to_ticks,void (* func)(void *),void * arg) callout_reset() argument
|
/freebsd-src/sys/netinet/ |
H A D | sctputil.c | 2160 uint32_t to_ticks; in sctp_timer_start() local
|