Lines Matching refs:npools
227 int npools = -1;
233 return m->npools;
241 npools = svc_pool_map_init_percpu(m);
244 npools = svc_pool_map_init_pernode(m);
248 if (npools < 0) {
250 npools = 1;
253 m->npools = npools;
256 return m->npools;
279 m->npools = 0;
424 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools,
464 serv->sv_nrpools = npools;
492 return __svc_create(prog, bufsize, /*npools*/1, ops);
501 unsigned int npools = svc_pool_map_get();
503 serv = __svc_create(prog, bufsize, npools, ops);