Home
last modified time | relevance | path

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

/linux-6.14.4/net/sunrpc/
Dsvc.c66 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()
[all …]