Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c206 static void threadpool_percpu_destroy(struct threadpool_percpu *);
610 threadpool_percpu_destroy(tmp); in threadpool_percpu_get()
639 threadpool_percpu_destroy(pool_percpu); in threadpool_percpu_put()
705 threadpool_percpu_destroy(struct threadpool_percpu *pool_percpu) in threadpool_percpu_destroy() function