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

  /src/sys/sys/
threadpool.h 75 void threadpool_job_init(struct threadpool_job *, threadpool_job_fn_t,
  /src/tests/rump/kernspace/
threadpool.c 142 threadpool_job_init(&data->job, fn, &data->mutex, "testjob");
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job,
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job,
  /src/sys/kern/
vfs_vnode.c 440 threadpool_job_init(&vdrain_job, vdrain_task, &vdrain_lock, "vdrain");
441 threadpool_job_init(&vrele_job, vrele_task, &vdrain_lock, "vrele");
kern_threadpool.c 752 threadpool_job_init(struct threadpool_job *job, threadpool_job_fn_t fn, function in typeref:typename:void __printflike (4,5)
  /src/share/man/man9/
Makefile 986 threadpool.9 threadpool_job_init.9 \
  /src/sys/net/
if_wg.c 4152 threadpool_job_init(&wg->wg_job, wg_job, wg->wg_intr_lock,

Completed in 59 milliseconds