Lines Matching refs:to_pool
66 unsigned int *to_pool; /* maps cpu or node to pool id */ member
210 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
211 if (!m->to_pool) in svc_pool_map_alloc_arrays()
220 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
221 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
244 m->to_pool[cpu] = pidx; in svc_pool_map_init_percpu()
273 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
336 kfree(m->to_pool); in svc_pool_map_put()
337 m->to_pool = NULL; in svc_pool_map_put()
411 pidx = m->to_pool[cpu]; in svc_pool_for_cpu()
414 pidx = m->to_pool[cpu_to_node(cpu)]; in svc_pool_for_cpu()