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

  /src/sys/arch/vax/vax/
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);

Completed in 12 milliseconds