Home
last modified time | relevance | path

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

/net/sunrpc/
Dsvc.c227 int npools = -1; in svc_pool_map_get() local
233 return m->npools; in svc_pool_map_get()
241 npools = svc_pool_map_init_percpu(m); in svc_pool_map_get()
244 npools = svc_pool_map_init_pernode(m); in svc_pool_map_get()
248 if (npools < 0) { in svc_pool_map_get()
250 npools = 1; in svc_pool_map_get()
253 m->npools = npools; in svc_pool_map_get()
256 return m->npools; in svc_pool_map_get()
279 m->npools = 0; in svc_pool_map_put()
424 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, in __svc_create() argument
[all …]