Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Diommu-common.c78 iommu->poolsize = num_entries/iommu->nr_pools; in iommu_tbl_pool_init()
80 iommu->poolsize = (num_entries * 3 / 4)/iommu->nr_pools; in iommu_tbl_pool_init()
85 start += iommu->poolsize; /* start for next pool */ in iommu_tbl_pool_init()
183 boundary_size = iommu->poolsize * iommu->nr_pools; in iommu_tbl_range_alloc()
238 unsigned int pool_nr = entry / tbl->poolsize; in get_pool()
Dldc.c1108 num_tsb_entries = iommu->poolsize * iommu->nr_pools; in ldc_iommu_release()
/Linux-v4.19/include/uapi/linux/netfilter_bridge/
Debt_among.h42 int poolsize; member
47 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
/Linux-v4.19/sound/core/seq/
Dseq_fifo.h43 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize);
69 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
Dseq_fifo.c33 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) in snd_seq_fifo_new() argument
41 f->pool = snd_seq_pool_new(poolsize); in snd_seq_fifo_new()
240 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize() argument
250 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize()
Dseq_memory.h92 struct snd_seq_pool *snd_seq_pool_new(int poolsize);
Dseq_memory.c470 struct snd_seq_pool *snd_seq_pool_new(int poolsize) in snd_seq_pool_new() argument
486 pool->size = poolsize; in snd_seq_pool_new()
Dseq_clientmgr.c204 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1() argument
214 client->pool = snd_seq_pool_new(poolsize); in seq_create_client1()
/Linux-v4.19/net/bridge/netfilter/
Debt_among.c62 if (wh->table[i] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
65 if (wh->table[256] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
177 return w && w->poolsize >= (INT_MAX / sizeof(struct ebt_mac_wormhash_tuple)); in poolsize_invalid()
/Linux-v4.19/arch/sparc/include/asm/
Diommu-common.h25 unsigned long poolsize; member
/Linux-v4.19/arch/powerpc/kernel/
Diommu.c386 unsigned int pool_nr = entry / tbl->poolsize; in get_pool()
686 tbl->poolsize = (tbl->it_size * 3 / 4) / tbl->nr_pools; in iommu_init_table()
691 p->start = tbl->poolsize * i; in iommu_init_table()
693 p->end = p->start + tbl->poolsize; in iommu_init_table()
698 p->start = tbl->poolsize * i; in iommu_init_table()
/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h116 unsigned long poolsize; member
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvscsi.c571 int poolsize = pool->size; in get_event_struct() local
574 for (i = 0; i < poolsize; i++) { in get_event_struct()
575 offset = (offset + 1) % poolsize; in get_event_struct()