Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c50 unsigned int *to_pool; /* maps node to pool id */ member
112 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
113 if (!m->to_pool) in svc_pool_map_alloc_arrays()
122 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
123 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
147 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
198 kfree(m->to_pool); in svc_pool_map_put()
199 m->to_pool = NULL; in svc_pool_map_put()
283 pidx = m->to_pool[cpu_to_node(raw_smp_processor_id())]; in svc_pool_for_cpu()