Searched refs:ftn (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 629 timeout(timeout_t *ftn, void *arg, int to_ticks) 643 callout_reset(new, to_ticks, ftn, arg); 651 untimeout(timeout_t *ftn, void *arg, struct callout_handle handle) 664 if (handle.callout->c_func == ftn && handle.callout->c_arg == arg) 694 void (*ftn)(void *), void *arg, int cpu, int flags) in callout_reset_tick_on() 768 callout_cc_add(c, cc, to_ticks, ftn, arg, cpu, flags); in callout_reset_tick_on()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 895 callout_func_t *ftn, void *arg, int cpu, int flags) in callout_reset_sbt_on() argument 963 cc_migration_func(cc, direct) = ftn; in callout_reset_sbt_on() 1011 cc_migration_func(cc, direct) = ftn; in callout_reset_sbt_on() 1026 callout_cc_add(c, cc, to_sbt, precision, ftn, arg, cpu, flags); in callout_reset_sbt_on()
|