kern_threadpool.c | 494 threadpool_get(struct threadpool **poolp, pri_t pri) 537 *poolp = &tpu->tpu_pool; 645 struct threadpool **poolp, *pool; local in function:threadpool_percpu_ref 647 poolp = percpu_getref(pool_percpu->tpp_percpu); 648 pool = *poolp; 658 struct threadpool **poolp, *pool; local in function:threadpool_percpu_ref_remote 667 poolp = percpu_getptr_remote(pool_percpu->tpp_percpu, ci); 668 pool = *poolp; 715 struct threadpool **const poolp = vpoolp; local in function:threadpool_percpu_init 719 *poolp = kmem_zalloc(sizeof(**poolp), KM_SLEEP) 731 struct threadpool **const poolp = vpoolp; local in function:threadpool_percpu_ok 741 struct threadpool **const poolp = vpoolp; local in function:threadpool_percpu_fini [all...] |