Searched defs:to_ticks (Results 1 – 5 of 5) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 298 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 D | callout.h | 109 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 111 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 1039 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 D | sctputil.c | 2146 uint32_t to_ticks; in sctp_timer_start() local
|