Searched refs:tq_tcount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_taskqueue.c65 int tq_tcount; member in struct:taskqueue
178 while (tq->tq_tcount > 0 || tq->tq_callouts > 0) {
594 tq->tq_tcount++;
653 tq->tq_tcount--;
725 if (++j >= queue->tq_tcount)

Completed in 53 milliseconds