Searched refs:threadpool_percpu (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | threadpool.h | 47 struct threadpool_percpu; 67 int threadpool_percpu_get(struct threadpool_percpu **, pri_t); 68 void threadpool_percpu_put(struct threadpool_percpu *, pri_t); 70 threadpool_percpu_ref(struct threadpool_percpu *); 72 threadpool_percpu_ref_remote(struct threadpool_percpu *,
|
/netbsd-src/sys/kern/ |
H A D | kern_threadpool.c | 205 static int threadpool_percpu_create(struct threadpool_percpu **, pri_t); 206 static void threadpool_percpu_destroy(struct threadpool_percpu *); 262 struct threadpool_percpu { struct 267 LIST_ENTRY(threadpool_percpu) tpp_link; argument 271 static LIST_HEAD(, threadpool_percpu) percpu_threadpools; argument 273 static struct threadpool_percpu * 276 struct threadpool_percpu *tpp; in threadpool_lookup_percpu() 286 threadpool_insert_percpu(struct threadpool_percpu *tpp) in threadpool_insert_percpu() 293 threadpool_remove_percpu(struct threadpool_percpu *tpp) in threadpool_remove_percpu() 572 threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri) in threadpool_percpu_get() [all …]
|
/netbsd-src/tests/kernel/threadpool_tester/ |
H A D | threadpool_tester.c | 53 struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1]; 195 struct threadpool_percpu *pcpu, *opcpu = NULL; in threadpool_tester_get_percpu() 244 struct threadpool_percpu *pcpu; in threadpool_tester_put_percpu() 283 struct threadpool_percpu *pcpu; in threadpool_tester_run_percpu() 452 struct threadpool_percpu *pcpu = in threadpool_tester_fini()
|
/netbsd-src/tests/modules/threadpool_tester/ |
H A D | threadpool_tester.c | 53 struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1]; 195 struct threadpool_percpu *pcpu, *opcpu = NULL; in threadpool_tester_get_percpu() 244 struct threadpool_percpu *pcpu; in threadpool_tester_put_percpu() 283 struct threadpool_percpu *pcpu; in threadpool_tester_run_percpu() 452 struct threadpool_percpu *pcpu = in threadpool_tester_fini()
|
/netbsd-src/tests/rump/kernspace/ |
H A D | threadpool.c | 74 struct threadpool_percpu *pcpu0, *pcpu1, *pcpu2; in rumptest_threadpool_percpu_lifecycle() 183 struct threadpool_percpu *pcpu; in rumptest_threadpool_percpu_schedule()
|