Home
last modified time | relevance | path

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

/net/sunrpc/
Dsvc.c229 int npools = -1; in svc_pool_map_get() local
235 return m->npools; in svc_pool_map_get()
243 npools = svc_pool_map_init_percpu(m); in svc_pool_map_get()
246 npools = svc_pool_map_init_pernode(m); in svc_pool_map_get()
250 if (npools < 0) { in svc_pool_map_get()
252 npools = 1; in svc_pool_map_get()
255 m->npools = npools; in svc_pool_map_get()
258 return m->npools; in svc_pool_map_get()
281 m->npools = 0; in svc_pool_map_put()
426 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, in __svc_create() argument
[all …]