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

  /src/sys/kern/
kern_timeout.c 177 callout_impl_t *cc_active; member in struct:callout_cpu
283 return cc->cc_active == c && cc->cc_lwp != curlwp;
666 KASSERT(c->c_cpu->cc_active != c);
861 cc->cc_active = c;
884 cc->cc_active = NULL;
kern_timeout.c 177 callout_impl_t *cc_active; member in struct:callout_cpu
283 return cc->cc_active == c && cc->cc_lwp != curlwp;
666 KASSERT(c->c_cpu->cc_active != c);
861 cc->cc_active = c;
884 cc->cc_active = NULL;

Completed in 23 milliseconds