Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c298 callout_get_bucket(int to_ticks) in callout_get_bucket()
352 int to_ticks, void (*func)(void *), void *arg, int cpu, int flags) in callout_cc_add()
693 callout_reset_tick_on(struct callout *c, int to_ticks, in callout_reset_tick_on()
780 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on()
786 callout_schedule(struct callout *c, int to_ticks) in callout_schedule()
/f-stack/tools/compat/include/sys/
H A Dcallout.h109 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
/f-stack/freebsd/sys/
H A Dcallout.h111 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
/f-stack/freebsd/kern/
H A Dkern_timeout.c1039 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on()
1045 callout_schedule(struct callout *c, int to_ticks) in callout_schedule()
/f-stack/freebsd/netinet/
H A Dsctputil.c2146 uint32_t to_ticks; in sctp_timer_start() local