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

  /src/sys/kern/
kern_timeout.c 174 u_int cc_nwait; member in struct:callout_cpu
621 cc->cc_nwait++;
885 if ((count = cc->cc_nwait) != 0) {
886 cc->cc_nwait = 0;
kern_timeout.c 174 u_int cc_nwait; member in struct:callout_cpu
621 cc->cc_nwait++;
885 if ((count = cc->cc_nwait) != 0) {
886 cc->cc_nwait = 0;

Completed in 22 milliseconds