Symbol: threadpool_percpu
sys/kern/kern_threadpool.c
205
static int threadpool_percpu_create(struct threadpool_percpu **, pri_t);
sys/kern/kern_threadpool.c
206
static void threadpool_percpu_destroy(struct threadpool_percpu *);
sys/kern/kern_threadpool.c
267
LIST_ENTRY(threadpool_percpu) tpp_link;
sys/kern/kern_threadpool.c
271
static LIST_HEAD(, threadpool_percpu) percpu_threadpools;
sys/kern/kern_threadpool.c
273
static struct threadpool_percpu *
sys/kern/kern_threadpool.c
276
struct threadpool_percpu *tpp;
sys/kern/kern_threadpool.c
286
threadpool_insert_percpu(struct threadpool_percpu *tpp)
sys/kern/kern_threadpool.c
293
threadpool_remove_percpu(struct threadpool_percpu *tpp)
sys/kern/kern_threadpool.c
572
threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri)
sys/kern/kern_threadpool.c
574
struct threadpool_percpu *pool_percpu, *tmp = NULL;
sys/kern/kern_threadpool.c
617
threadpool_percpu_put(struct threadpool_percpu *pool_percpu, pri_t pri)
sys/kern/kern_threadpool.c
643
threadpool_percpu_ref(struct threadpool_percpu *pool_percpu)
sys/kern/kern_threadpool.c
655
threadpool_percpu_ref_remote(struct threadpool_percpu *pool_percpu,
sys/kern/kern_threadpool.c
675
threadpool_percpu_create(struct threadpool_percpu **pool_percpup, pri_t pri)
sys/kern/kern_threadpool.c
677
struct threadpool_percpu *pool_percpu;
sys/kern/kern_threadpool.c
696
*pool_percpup = (struct threadpool_percpu *)pool_percpu;
sys/kern/kern_threadpool.c
705
threadpool_percpu_destroy(struct threadpool_percpu *pool_percpu)
sys/sys/threadpool.h
47
struct threadpool_percpu;
sys/sys/threadpool.h
67
int threadpool_percpu_get(struct threadpool_percpu **, pri_t);
sys/sys/threadpool.h
68
void threadpool_percpu_put(struct threadpool_percpu *, pri_t);
sys/sys/threadpool.h
70
threadpool_percpu_ref(struct threadpool_percpu *);
sys/sys/threadpool.h
72
threadpool_percpu_ref_remote(struct threadpool_percpu *,
tests/kernel/threadpool_tester/threadpool_tester.c
195
struct threadpool_percpu *pcpu, *opcpu = NULL;
tests/kernel/threadpool_tester/threadpool_tester.c
244
struct threadpool_percpu *pcpu;
tests/kernel/threadpool_tester/threadpool_tester.c
283
struct threadpool_percpu *pcpu;
tests/kernel/threadpool_tester/threadpool_tester.c
452
struct threadpool_percpu *pcpu =
tests/kernel/threadpool_tester/threadpool_tester.c
53
struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
tests/modules/threadpool_tester/threadpool_tester.c
195
struct threadpool_percpu *pcpu, *opcpu = NULL;
tests/modules/threadpool_tester/threadpool_tester.c
244
struct threadpool_percpu *pcpu;
tests/modules/threadpool_tester/threadpool_tester.c
283
struct threadpool_percpu *pcpu;
tests/modules/threadpool_tester/threadpool_tester.c
452
struct threadpool_percpu *pcpu =
tests/modules/threadpool_tester/threadpool_tester.c
53
struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
tests/rump/kernspace/threadpool.c
183
struct threadpool_percpu *pcpu;
tests/rump/kernspace/threadpool.c
74
struct threadpool_percpu *pcpu0, *pcpu1, *pcpu2;