Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Diommu-common.c56 bool large_pool, u32 npools, in iommu_tbl_pool_init() argument
63 if (npools == 0) in iommu_tbl_pool_init()
66 iommu->nr_pools = npools; in iommu_tbl_pool_init()
67 BUG_ON(npools > IOMMU_NR_POOLS); in iommu_tbl_pool_init()
109 unsigned int npools = iommu->nr_pools; in iommu_tbl_range_alloc() local
130 pool_nr = pool_hash & (npools - 1); in iommu_tbl_range_alloc()
/linux/net/sunrpc/
H A Dsvc.c64 unsigned int npools; member
294 int npools = -1; in svc_pool_map_get() local
299 return m->npools; in svc_pool_map_get()
307 npools = svc_pool_map_init_percpu(m); in svc_pool_map_get()
310 npools = svc_pool_map_init_pernode(m); in svc_pool_map_get()
314 if (npools <= 0) { in svc_pool_map_get()
316 npools = 1; in svc_pool_map_get()
319 m->npools = npools; in svc_pool_map_get()
321 return npools; in svc_pool_map_get()
484 __svc_create(struct svc_program * prog,int nprogs,struct svc_stat * stats,unsigned int bufsize,int npools,int (* threadfn)(void * data)) __svc_create() argument
583 unsigned int npools = svc_pool_map_get(); svc_create_pooled() local
[all...]
/linux/arch/sparc/include/asm/
H A Diommu-common.h39 bool large_pool, u32 npools,