threadpool_percpu
static int threadpool_percpu_create(struct threadpool_percpu **, pri_t);
static void threadpool_percpu_destroy(struct threadpool_percpu *);
LIST_ENTRY(threadpool_percpu) tpp_link;
static LIST_HEAD(, threadpool_percpu) percpu_threadpools;
static struct threadpool_percpu *
struct threadpool_percpu *tpp;
threadpool_insert_percpu(struct threadpool_percpu *tpp)
threadpool_remove_percpu(struct threadpool_percpu *tpp)
threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri)
struct threadpool_percpu *pool_percpu, *tmp = NULL;
threadpool_percpu_put(struct threadpool_percpu *pool_percpu, pri_t pri)
threadpool_percpu_ref(struct threadpool_percpu *pool_percpu)
threadpool_percpu_ref_remote(struct threadpool_percpu *pool_percpu,
threadpool_percpu_create(struct threadpool_percpu **pool_percpup, pri_t pri)
struct threadpool_percpu *pool_percpu;
*pool_percpup = (struct threadpool_percpu *)pool_percpu;
threadpool_percpu_destroy(struct threadpool_percpu *pool_percpu)
struct threadpool_percpu;
int threadpool_percpu_get(struct threadpool_percpu **, pri_t);
void threadpool_percpu_put(struct threadpool_percpu *, pri_t);
threadpool_percpu_ref(struct threadpool_percpu *);
threadpool_percpu_ref_remote(struct threadpool_percpu *,
struct threadpool_percpu *pcpu, *opcpu = NULL;
struct threadpool_percpu *pcpu;
struct threadpool_percpu *pcpu;
struct threadpool_percpu *pcpu =
struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
struct threadpool_percpu *pcpu, *opcpu = NULL;
struct threadpool_percpu *pcpu;
struct threadpool_percpu *pcpu;
struct threadpool_percpu *pcpu =
struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
struct threadpool_percpu *pcpu;
struct threadpool_percpu *pcpu0, *pcpu1, *pcpu2;