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

  /src/sys/sys/
threadpool.h 80 void threadpool_schedule_job(struct threadpool *, struct threadpool_job *);
  /src/tests/rump/kernspace/
threadpool.c 168 threadpool_schedule_job(pool, &data.job);
196 threadpool_schedule_job(pool, &data.job);
221 threadpool_schedule_job(pool, &data.job);
257 threadpool_schedule_job(pool, &data.job);
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 183 threadpool_schedule_job(pool, &ctx->ctx_job);
312 threadpool_schedule_job(pool, &ctx->ctx_job);
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 183 threadpool_schedule_job(pool, &ctx->ctx_job);
312 threadpool_schedule_job(pool, &ctx->ctx_job);
  /src/sys/kern/
vfs_vnode.c 550 threadpool_schedule_job(threadpool, &vrele_job);
552 threadpool_schedule_job(threadpool, &vdrain_job);
kern_threadpool.c 840 * threadpool_schedule_job()), and we always do the cv_broadcast()
851 threadpool_schedule_job(struct threadpool *pool, struct threadpool_job *job) function in typeref:typename:void
  /src/share/man/man9/
Makefile 989 threadpool.9 threadpool_schedule_job.9 \
  /src/sys/net/
if_wg.c 3668 threadpool_schedule_job(wg->wg_threadpool, &wg->wg_job);

Completed in 18 milliseconds