Home | History | Annotate | Download | only in linux

Lines Matching refs:tl_callout

41 	struct callout tl_callout;
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);