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

  /src/sys/sys/
aio.h 173 size_t nthreads_free; /* Length of freelist */ member in struct:aiosp
  /src/sys/kern/
sys_aio.c 636 if (sp->nthreads_free == 0) {
646 sp->nthreads_free--;
733 sp->nthreads_free++;
879 sp->nthreads_free++;
914 sp->nthreads_free--;
2195 sp->nthreads_total, sp->nthreads_active, sp->nthreads_free,
2240 (*pr)("\nfree threads (%zu)\n", sp->nthreads_free);

Completed in 13 milliseconds