Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvc.c65 unsigned int *to_pool; /* maps cpu or node to pool id */ member
160 * Allocate the to_pool[] and pool_to[] arrays.
166 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 in svc_pool_map_put()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvc.c139 * Allocate the to_pool[] and pool_to[] arrays.
145 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL); in svc_pool_map_alloc_arrays()
146 if (!m->to_pool) in svc_pool_map_alloc_arrays()
155 kfree(m->to_pool); in svc_pool_map_alloc_arrays()
156 m->to_pool = NULL; in svc_pool_map_alloc_arrays()
179 m->to_pool[cpu] = pidx; in svc_pool_map_init_percpu()
208 m->to_pool[node] = pidx; in svc_pool_map_init_pernode()
275 kfree(m->to_pool); in svc_pool_map_put()
276 m->to_pool = NULL; in svc_pool_map_put()
349 pidx = m->to_pool[cp in svc_pool_for_cpu()
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsvc.h484 unsigned int *to_pool; /* maps cpu or node to pool id */ member

Completed in 4 milliseconds