Home
last modified time | relevance | path

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

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