Lines Matching refs:to_pool
62 unsigned int *to_pool; /* maps cpu or node to pool id */ member
161 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
162 if (!m->to_pool) in svc_pool_map_alloc_arrays()
171 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
172 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
195 m->to_pool[cpu] = pidx; in svc_pool_map_init_percpu()
224 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
291 kfree(m->to_pool); in svc_pool_map_put()
292 m->to_pool = NULL; in svc_pool_map_put()
365 pidx = m->to_pool[cpu]; in svc_pool_for_cpu()
368 pidx = m->to_pool[cpu_to_node(cpu)]; in svc_pool_for_cpu()