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

  /src/sys/sys/
threadpool.h 64 int threadpool_get(struct threadpool **, pri_t);
  /src/tests/rump/kernspace/
threadpool.c 53 error = threadpool_get(&pool0, PRI_NONE);
56 error = threadpool_get(&pool1, PRI_NONE);
61 error = threadpool_get(&pool2, PRI_KERNEL_RT);
161 error = threadpool_get(&pool, PRI_NONE);
215 error = threadpool_get(&pool, PRI_NONE);
250 error = threadpool_get(&pool, PRI_NONE);
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 86 error = threadpool_get(&pool, val);
88 TP_LOG(("%s: threadpool_get(..., %d) failed -> %d\n",
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 86 error = threadpool_get(&pool, val);
88 TP_LOG(("%s: threadpool_get(..., %d) failed -> %d\n",
  /src/sys/kern/
kern_threadpool.c 49 * threadpool_get(&pool, pri). When you're done, call
494 threadpool_get(struct threadpool **poolp, pri_t pri) function in typeref:typename:int
vfs_vnode.c 438 error = threadpool_get(&threadpool, PRI_NONE);
439 KASSERTMSG((error == 0), "threadpool_get failed: %d", error);
  /src/share/man/man9/
Makefile 980 MLINKS+=threadpool.9 threadpool_get.9 \
  /src/sys/net/
if_wg.c 4156 error = threadpool_get(&wg->wg_threadpool, PRI_NONE);

Completed in 20 milliseconds