Home
last modified time | relevance | path

Searched refs:cpu_new_callout (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDsystm.h304 void cpu_new_callout(int cpu, sbintime_t bt, sbintime_t bt_opt);
/NextBSD/sys/kern/
HDkern_timeout.c540 cpu_new_callout(curcpu, last, first); in callout_process()
616 cpu_new_callout(cpu, sbt, c->c_time); in callout_cc_add()
HDkern_clocksource.c799 cpu_new_callout(int cpu, sbintime_t bt, sbintime_t bt_opt) in cpu_new_callout() function