Home
last modified time | relevance | path

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

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