Home
last modified time | relevance | path

Searched refs:callout_schedule_on (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dcallout.h124 int callout_schedule_on(struct callout *, int, int);
126 callout_schedule_on((c), (on_tick), PCPU_GET(cpuid))
/f-stack/freebsd/sys/
H A Dcallout.h126 int callout_schedule_on(struct callout *, int, int);
128 callout_schedule_on((c), (on_tick), PCPU_GET(cpuid))
/f-stack/lib/
H A Dff_kern_timeout.c780 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on() function
/f-stack/freebsd/kern/
H A Dkern_timeout.c1039 callout_schedule_on(struct callout *c, int to_ticks, int cpu) in callout_schedule_on() function