Searched refs:poolsize (Results 1 – 14 of 14) sorted by relevance
77 iommu->poolsize = num_entries/iommu->nr_pools; in iommu_tbl_pool_init()79 iommu->poolsize = (num_entries * 3 / 4)/iommu->nr_pools; in iommu_tbl_pool_init()84 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()239 unsigned int pool_nr = entry / tbl->poolsize; in get_pool()
41 int poolsize; member46 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
43 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize);69 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
31 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) in snd_seq_fifo_new() argument39 f->pool = snd_seq_pool_new(poolsize); in snd_seq_fifo_new()232 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize() argument242 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize()
90 struct snd_seq_pool *snd_seq_pool_new(int poolsize);
463 struct snd_seq_pool *snd_seq_pool_new(int poolsize) in snd_seq_pool_new() argument479 pool->size = poolsize; in snd_seq_pool_new()
219 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1() argument229 client->pool = snd_seq_pool_new(poolsize); in seq_create_client1()
24 unsigned long poolsize; member
62 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()
387 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()
108 unsigned long poolsize; member
860 const size_t poolsize = GUC_MAX_GPU_CONTEXTS * ctxsize; in i915_guc_submission_init() local861 const size_t gemsize = round_up(poolsize, PAGE_SIZE); in i915_guc_submission_init()
570 int poolsize = pool->size; in get_event_struct() local573 for (i = 0; i < poolsize; i++) { in get_event_struct()574 offset = (offset + 1) % poolsize; in get_event_struct()
1102 num_tsb_entries = iommu->poolsize * iommu->nr_pools; in ldc_iommu_release()