Home
last modified time | relevance | path

Searched defs:to_ticks (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dcallout.h101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
/freebsd/sys/kern/
H A Dkern_timeout.c1076 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()
/freebsd/stand/kshim/
H A Dbsd_kernel.c497 callout_reset(struct callout *c, int to_ticks, in callout_reset()
/freebsd/sys/netinet/
H A Dsctputil.c2160 uint32_t to_ticks; in sctp_timer_start() local