Searched refs:poolsize (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_among.h42 int poolsize; member in struct:ebt_mac_wormhash
47 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
/linux-master/sound/core/seq/
H A Dseq_fifo.h28 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize);
54 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
H A Dseq_memory.h94 struct snd_seq_pool *snd_seq_pool_new(int poolsize);
H A Dseq_fifo.c18 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) argument
26 f->pool = snd_seq_pool_new(poolsize);
220 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) argument
229 newpool = snd_seq_pool_new(poolsize);
H A Dseq_memory.c515 struct snd_seq_pool *snd_seq_pool_new(int poolsize) argument
531 pool->size = poolsize;
H A Dseq_clientmgr.c228 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) argument
237 client->pool = snd_seq_pool_new(poolsize);
/linux-master/arch/sparc/include/asm/
H A Diommu-common.h25 unsigned long poolsize; member in struct:iommu_map_table
/linux-master/arch/sparc/kernel/
H A Diommu-common.c78 iommu->poolsize = num_entries/iommu->nr_pools;
80 iommu->poolsize = (num_entries * 3 / 4)/iommu->nr_pools;
85 start += iommu->poolsize; /* start for next pool */
176 boundary_size = iommu->poolsize * iommu->nr_pools;
234 unsigned int pool_nr = entry / tbl->poolsize;
H A Dldc.c1108 num_tsb_entries = iommu->poolsize * iommu->nr_pools;
/linux-master/net/bridge/netfilter/
H A Debt_among.c63 if (wh->table[i] > wh->poolsize)
66 if (wh->table[256] > wh->poolsize)
178 return w && w->poolsize >= (INT_MAX / sizeof(struct ebt_mac_wormhash_tuple));
/linux-master/arch/powerpc/include/asm/
H A Diommu.h105 unsigned long poolsize; member in struct:iommu_table
/linux-master/arch/powerpc/kernel/
H A Diommu.c426 unsigned int pool_nr = entry / tbl->poolsize;
752 tbl->poolsize = (tbl->it_size * 3 / 4) / tbl->nr_pools;
757 p->start = tbl->poolsize * i;
759 p->end = p->start + tbl->poolsize;
764 p->start = tbl->poolsize * i;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c559 int poolsize = pool->size; local
562 for (i = 0; i < poolsize; i++) {
563 offset = (offset + 1) % poolsize;

Completed in 387 milliseconds