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

  /src/sys/external/bsd/drm2/include/linux/
timer.h 41 struct callout tl_callout; member in struct:timer_list
53 callout_init(&timer->tl_callout, 0);
56 callout_setfunc(&timer->tl_callout, (void (*)(void *))(void *)fn,
66 pending = callout_pending(&timer->tl_callout);
67 callout_schedule(&timer->tl_callout, (now < then? (then - now) : 0));
90 if (!callout_pending(&timer->tl_callout))
92 if (callout_stop(&timer->tl_callout))
108 if (!callout_pending(&timer->tl_callout))
110 if (callout_halt(&timer->tl_callout, NULL))
119 return callout_pending(&timer->tl_callout);
    [all...]

Completed in 14 milliseconds