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

/linux-master/arch/sparc/include/asm/
H A Diommu-common.h39 bool large_pool, u32 npools,
/linux-master/arch/sparc/kernel/
H A Diommu-common.c56 bool large_pool, u32 npools,
63 if (npools == 0)
66 iommu->nr_pools = npools;
67 BUG_ON(npools > IOMMU_NR_POOLS);
109 unsigned int npools = iommu->nr_pools; local
130 pool_nr = pool_hash & (npools - 1);
52 iommu_tbl_pool_init(struct iommu_map_table *iommu, unsigned long num_entries, u32 table_shift, void (*lazy_flush)(struct iommu_map_table *), bool large_pool, u32 npools, bool skip_span_boundary_check) argument
/linux-master/net/sunrpc/
H A Dsvc.c63 unsigned int npools; member in struct:svc_pool_map
250 int npools = -1; local
256 WARN_ON_ONCE(m->npools <= 1);
257 return m->npools;
265 npools = svc_pool_map_init_percpu(m);
268 npools = svc_pool_map_init_pernode(m);
272 if (npools <= 0) {
274 npools = 1;
277 m->npools = npools;
296 svc_pool_map_put(int npools) argument
454 __svc_create(struct svc_program *prog, struct svc_stat *stats, unsigned int bufsize, int npools, int (*threadfn)(void *data)) argument
551 unsigned int npools = svc_pool_map_get(); local
[all...]
/linux-master/fs/nfsd/
H A Dnfsctl.c449 int npools; local
454 npools = nfsd_nrpools(net);
455 if (npools == 0) {
466 nthreads = kcalloc(npools, sizeof(int), GFP_KERNEL);
472 for (i = 0; i < npools; i++) {
488 rv = nfsd_get_nrthreads(npools, nthreads, net);
494 for (i = 0; i < npools && size > 0; i++) {
495 snprintf(mesg, size, "%d%c", nthreads[i], (i == npools-1 ? '\n' : ' '));

Completed in 125 milliseconds