Searched refs:callout_schedule_on (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | callout.h | 124 int callout_schedule_on(struct callout *, int, int); 126 callout_schedule_on((c), (on_tick), PCPU_GET(cpuid))
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 126 int callout_schedule_on(struct callout *, int, int); 128 callout_schedule_on((c), (on_tick), PCPU_GET(cpuid))
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 780 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on() function
|
| /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() function
|