Searched refs:to_pool (Results 1 – 1 of 1) sorted by relevance
65 unsigned int *to_pool; /* maps cpu or node to pool id */ member166 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()[all …]