Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c205 static int threadpool_percpu_create(struct threadpool_percpu **, pri_t);
589 error = threadpool_percpu_create(&tmp, pri); in threadpool_percpu_get()
675 threadpool_percpu_create(struct threadpool_percpu **pool_percpup, pri_t pri) in threadpool_percpu_create() function