Home
last modified time | relevance | path

Searched refs:threadpool_percpu_get (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/tests/rump/kernspace/
H A Dthreadpool.c77 error = threadpool_percpu_get(&pcpu0, PRI_NONE); in rumptest_threadpool_percpu_lifecycle()
80 error = threadpool_percpu_get(&pcpu1, PRI_NONE); in rumptest_threadpool_percpu_lifecycle()
85 error = threadpool_percpu_get(&pcpu2, PRI_KERNEL_RT); in rumptest_threadpool_percpu_lifecycle()
187 error = threadpool_percpu_get(&pcpu, PRI_NONE); in rumptest_threadpool_percpu_schedule()
/netbsd-src/sys/sys/
H A Dthreadpool.h67 int threadpool_percpu_get(struct threadpool_percpu **, pri_t);
/netbsd-src/tests/kernel/threadpool_tester/
H A Dthreadpool_tester.c211 error = threadpool_percpu_get(&pcpu, val); in threadpool_tester_get_percpu()
/netbsd-src/tests/modules/threadpool_tester/
H A Dthreadpool_tester.c211 error = threadpool_percpu_get(&pcpu, val); in threadpool_tester_get_percpu()
/netbsd-src/sys/kern/
H A Dkern_threadpool.c572 threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri) in threadpool_percpu_get() function
/netbsd-src/share/man/man9/
H A DMakefile977 threadpool.9 threadpool_percpu_get.9 \