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

  /src/sys/sys/
threadpool.h 65 void threadpool_put(struct threadpool *, pri_t);
  /src/tests/rump/kernspace/
threadpool.c 66 threadpool_put(pool0, PRI_NONE);
67 threadpool_put(pool1, PRI_NONE);
68 threadpool_put(pool2, PRI_KERNEL_RT);
176 threadpool_put(pool, PRI_NONE);
240 threadpool_put(pool, PRI_NONE);
287 threadpool_put(pool, PRI_NONE);
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 105 threadpool_put(pool, val);
147 threadpool_put(pool, val);
463 threadpool_put(pool, pri);
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 105 threadpool_put(pool, val);
147 threadpool_put(pool, val);
463 threadpool_put(pool, pri);
  /src/sys/kern/
kern_threadpool.c 50 * threadpool_put(pool, pri).
542 threadpool_put(struct threadpool *pool, pri_t pri) function in typeref:typename:void
  /src/share/man/man9/
Makefile 981 threadpool.9 threadpool_put.9 \
  /src/sys/net/
if_wg.c 4210 threadpool_put(wg->wg_threadpool, PRI_NONE);
4261 threadpool_put(wg->wg_threadpool, PRI_NONE);

Completed in 22 milliseconds