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

  /src/sys/arch/vax/vax/
ctu.c 83 static void ctuwatch(void *);
182 callout_reset(&ctu_watch_ch, hz, ctuwatch, NULL);
497 ctuwatch(void *arg) function in typeref:typename:void
500 callout_reset(&ctu_watch_ch, hz, ctuwatch, NULL);

Completed in 12 milliseconds