Lines Matching refs:to_pool
65 unsigned int *to_pool; /* maps cpu or node to pool id */ member
166 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
167 if (!m->to_pool) in svc_pool_map_alloc_arrays()
176 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
177 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
200 m->to_pool[cpu] = pidx; in svc_pool_map_init_percpu()
229 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
305 kfree(m->to_pool); in svc_pool_map_put()
306 m->to_pool = NULL; in svc_pool_map_put()
381 pidx = m->to_pool[cpu]; in svc_pool_for_cpu()
384 pidx = m->to_pool[cpu_to_node(cpu)]; in svc_pool_for_cpu()