Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dcallout.h106 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
/freebsd-14.2/sys/kern/
H A Dkern_timeout.c1073 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on()
1079 callout_schedule(struct callout *c, int to_ticks) in callout_schedule()
/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.c499 callout_reset(struct callout *c, int to_ticks, in callout_reset()
/freebsd-14.2/sys/netinet/
H A Dsctputil.c2160 uint32_t to_ticks; in sctp_timer_start() local