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

  /src/sys/kern/
kern_threadpool.c 268 uint64_t tpp_refcnt; member in struct:threadpool_percpu
605 pool_percpu->tpp_refcnt++;
606 KASSERT(pool_percpu->tpp_refcnt != 0);
628 KASSERT(0 < pool_percpu->tpp_refcnt);
629 if (--pool_percpu->tpp_refcnt == 0) {

Completed in 14 milliseconds