HomeSort by: relevance | last modified time | path
    Searched refs:threadpool_percpu (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
threadpool.h 47 struct threadpool_percpu;
67 int threadpool_percpu_get(struct threadpool_percpu **, pri_t);
68 void threadpool_percpu_put(struct threadpool_percpu *, pri_t);
70 threadpool_percpu_ref(struct threadpool_percpu *);
72 threadpool_percpu_ref_remote(struct threadpool_percpu *,
  /src/sys/kern/
kern_threadpool.c 43 * A per-CPU thread pool (threadpool_percpu) is a collection of thread
205 static int threadpool_percpu_create(struct threadpool_percpu **, pri_t);
206 static void threadpool_percpu_destroy(struct threadpool_percpu *);
262 struct threadpool_percpu { struct
267 LIST_ENTRY(threadpool_percpu) tpp_link;
271 static LIST_HEAD(, threadpool_percpu) percpu_threadpools;
273 static struct threadpool_percpu *
276 struct threadpool_percpu *tpp;
286 threadpool_insert_percpu(struct threadpool_percpu *tpp)
293 threadpool_remove_percpu(struct threadpool_percpu *tpp
    [all...]
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 53 struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
195 struct threadpool_percpu *pcpu, *opcpu = NULL;
244 struct threadpool_percpu *pcpu;
283 struct threadpool_percpu *pcpu;
452 struct threadpool_percpu *pcpu =
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 53 struct threadpool_percpu *ctx_percpu[PRI_COUNT + 1];
195 struct threadpool_percpu *pcpu, *opcpu = NULL;
244 struct threadpool_percpu *pcpu;
283 struct threadpool_percpu *pcpu;
452 struct threadpool_percpu *pcpu =
  /src/tests/rump/kernspace/
threadpool.c 74 struct threadpool_percpu *pcpu0, *pcpu1, *pcpu2;
183 struct threadpool_percpu *pcpu;

Completed in 16 milliseconds