xd.c | 244 void xdc_tick(void *); 519 callout_reset(&xdc->sc_tick_ch, XDC_TICKCNT, xdc_tick, xdc); 2039 * xdc_tick: make sure xd is still alive and ticking (err, kicking). 2042 xdc_tick(void *arg) function in typeref:typename:void 2129 callout_reset(&xdcsc->sc_tick_ch, XDC_TICKCNT, xdc_tick, xdcsc);
|