ctu.c | 122 static callout_t ctu_watch_ch; variable in typeref:typename:callout_t 128 callout_init(&ctu_watch_ch, 0); 182 callout_reset(&ctu_watch_ch, hz, ctuwatch, NULL); 199 callout_stop(&ctu_watch_ch); 500 callout_reset(&ctu_watch_ch, hz, ctuwatch, NULL);
|