HomeSort by: relevance | last modified time | path
    Searched defs:poolp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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...]
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...]

Completed in 23 milliseconds