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

  /src/sys/sys/
threadpool.h 67 int threadpool_percpu_get(struct threadpool_percpu **, pri_t);
  /src/tests/rump/kernspace/
threadpool.c 77 error = threadpool_percpu_get(&pcpu0, PRI_NONE);
80 error = threadpool_percpu_get(&pcpu1, PRI_NONE);
85 error = threadpool_percpu_get(&pcpu2, PRI_KERNEL_RT);
187 error = threadpool_percpu_get(&pcpu, PRI_NONE);
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 211 error = threadpool_percpu_get(&pcpu, val);
213 TP_LOG(("%s: threadpool_percpu_get(..., %d) failed -> %d\n",
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 211 error = threadpool_percpu_get(&pcpu, val);
213 TP_LOG(("%s: threadpool_percpu_get(..., %d) failed -> %d\n",
  /src/sys/kern/
kern_threadpool.c 53 * threadpool_percpu_get(&pool_percpu, pri), and then use the thread
572 threadpool_percpu_get(struct threadpool_percpu **pool_percpup, pri_t pri) function in typeref:typename:int
  /src/share/man/man9/
Makefile 982 threadpool.9 threadpool_percpu_get.9 \

Completed in 14 milliseconds