HomeSort by: relevance | last modified time | path
    Searched defs:xen_timepush (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/xen/
xen_clock.c 167 } xen_timepush; variable in typeref:struct:__anon6163a0830108
943 callout_init(&xen_timepush.ch, 0);
944 callout_setfunc(&xen_timepush.ch, xen_timepush_intr, NULL);
947 xen_timepush.ticks = 53*hz + 3; /* avoid exact # of min/sec */
965 sysctl_xen_timepush, 0, &xen_timepush.ticks, 0,
971 callout_schedule(&xen_timepush.ch, xen_timepush.ticks);
991 if (xen_timepush.ticks)
992 callout_schedule(&xen_timepush.ch, xen_timepush.ticks)
    [all...]

Completed in 13 milliseconds