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

  /src/sys/kern/
kern_threadpool.c 53 * threadpool_percpu_get(&pool_percpu, pri), and then use the thread
54 * pool returned by threadpool_percpu_ref(pool_percpu) for the current
55 * CPU, or by threadpool_percpu_ref_remote(pool_percpu, ci) for another
56 * CPU. When you're done, call threadpool_percpu_put(pool_percpu,
574 struct threadpool_percpu *pool_percpu, *tmp = NULL; local in function:threadpool_percpu_get
585 pool_percpu = threadpool_lookup_percpu(pri);
586 if (pool_percpu == NULL) {
594 pool_percpu = threadpool_lookup_percpu(pri);
595 if (pool_percpu == NULL) {
596 pool_percpu = tmp
677 struct threadpool_percpu *pool_percpu; local in function:threadpool_percpu_create
    [all...]
kern_threadpool.c 53 * threadpool_percpu_get(&pool_percpu, pri), and then use the thread
54 * pool returned by threadpool_percpu_ref(pool_percpu) for the current
55 * CPU, or by threadpool_percpu_ref_remote(pool_percpu, ci) for another
56 * CPU. When you're done, call threadpool_percpu_put(pool_percpu,
574 struct threadpool_percpu *pool_percpu, *tmp = NULL; local in function:threadpool_percpu_get
585 pool_percpu = threadpool_lookup_percpu(pri);
586 if (pool_percpu == NULL) {
594 pool_percpu = threadpool_lookup_percpu(pri);
595 if (pool_percpu == NULL) {
596 pool_percpu = tmp
677 struct threadpool_percpu *pool_percpu; local in function:threadpool_percpu_create
    [all...]

Completed in 23 milliseconds