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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c58 unsigned int npools; member in struct:svc_pool_map
240 int npools = -1; local
246 return m->npools;
254 npools = svc_pool_map_init_percpu(m);
257 npools = svc_pool_map_init_pernode(m);
261 if (npools < 0) {
263 npools = 1;
266 m->npools = npools;
269 return m->npools;
362 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, void (*shutdown)(struct svc_serv *serv)) argument
442 unsigned int npools = svc_pool_map_get(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c719 int npools; local
723 npools = nfsd_nrpools();
724 if (npools == 0) {
735 nthreads = kcalloc(npools, sizeof(int), GFP_KERNEL);
741 for (i = 0; i < npools; i++) {
756 rv = nfsd_get_nrthreads(npools, nthreads);
762 for (i = 0; i < npools && size > 0; i++) {
763 snprintf(mesg, size, "%d%c", nthreads[i], (i == npools-1 ? '\n' : ' '));

Completed in 202 milliseconds