Home
last modified time | relevance | path

Searched refs:to_pool (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/
A Dsvc.c147 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
148 if (!m->to_pool) in svc_pool_map_alloc_arrays()
157 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
158 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
181 m->to_pool[cpu] = pidx; in svc_pool_map_init_percpu()
210 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
277 kfree(m->to_pool); in svc_pool_map_put()
278 m->to_pool = NULL; in svc_pool_map_put()
351 pidx = m->to_pool[cpu]; in svc_pool_for_cpu()
354 pidx = m->to_pool[cpu_to_node(cpu)]; in svc_pool_for_cpu()
/linux/include/linux/sunrpc/
A Dsvc.h489 unsigned int *to_pool; /* maps cpu or node to pool id */ member

Completed in 7 milliseconds