Searched refs:table_size (Results 1 - 25 of 150) sorted by relevance

123456

/linux-master/scripts/mod/
H A Dsymsearch.c26 unsigned int table_size; member in struct:symsearch
70 unsigned int table_size)
76 if (table_size-- == 0)
94 if (table_size != 0)
113 static void symsearch_fixup(struct syminfo *table, unsigned int table_size) argument
116 for (unsigned int i = 1; i < table_size; i++) {
126 unsigned int table_size = symbol_count(elf); local
129 sizeof(struct syminfo) * table_size));
130 elf->symsearch->table_size = table_size;
68 symsearch_populate(struct elf_info *elf, struct syminfo *table, unsigned int table_size) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v3_0.h46 uint32_t table_size; member in struct:mmsch_v3_0_table_info
100 table_size += size_dw; \
110 table_size += size_dw; \
121 table_size += size_dw; \
129 table_size += size_dw; \
H A Dmmsch_v4_0.h57 uint32_t table_size; member in struct:mmsch_v4_0_table_info
112 table_size += size_dw; \
122 table_size += size_dw; \
133 table_size += size_dw; \
141 table_size += size_dw; \
H A Dmmsch_v1_0.h51 uint32_t table_size; member in struct:mmsch_vf_eng_init_header
135 table_size += sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \
143 table_size += sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \
151 table_size += sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
H A Damdgpu_gart.c117 unsigned int order = get_order(adev->gart.table_size);
142 dma_addr = dma_map_page(&adev->pdev->dev, p, 0, adev->gart.table_size,
163 sg->sgl->length = adev->gart.table_size;
165 sg->sgl->dma_length = adev->gart.table_size;
169 bp.size = adev->gart.table_size;
228 unsigned int order = get_order(adev->gart.table_size);
265 return amdgpu_bo_create_kernel(adev, adev->gart.table_size, PAGE_SIZE,
H A Damdgpu_gart.h48 unsigned table_size; member in struct:amdgpu_gart
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_sdm.h33 u32 table_size; member in struct:ccu_sdm_internal
45 .table_size = ARRAY_SIZE(_table), \
H A Dccu_sdm.c37 for (i = 0; i < sdm->table_size; i++)
102 for (i = 0; i < sdm->table_size; i++)
131 for (i = 0; i < sdm->table_size; i++)
151 for (i = 0; i < sdm->table_size; i++)
/linux-master/net/xfrm/
H A Dxfrm_sysctl.c47 size_t table_size = ARRAY_SIZE(xfrm_table); local
62 table_size = 0;
66 table_size);
/linux-master/include/linux/platform_data/
H A Dbrcmfmac.h123 * @table_size: number of entries in table (> 0)
127 int table_size; member in struct:brcmfmac_pd_cc
/linux-master/mm/
H A Dpage_ext.c179 unsigned long table_size; local
195 table_size = page_ext_size * nr_pages;
198 table_size, PAGE_SIZE, __pa(MAX_DMA_ADDRESS),
203 total_usage += table_size;
272 unsigned long table_size; local
279 table_size = page_ext_size * PAGES_PER_SECTION;
280 base = alloc_page_ext(table_size, nid);
300 total_usage += table_size;
310 size_t table_size; local
312 table_size
[all...]
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c18 static unsigned int max_entries, table_size; variable
62 for (i = 0; i < table_size; ++i) {
98 (table_size - 1)];
105 (table_size - 1)];
173 table_size = (totalram_pages() > (1U << 30) / PAGE_SIZE) ? 8192 :
177 max_entries = table_size * 8;
179 table_v4 = kvcalloc(table_size, sizeof(*table_v4), GFP_KERNEL);
184 table_v6 = kvcalloc(table_size, sizeof(*table_v6), GFP_KERNEL);
/linux-master/drivers/mcb/
H A Dmcb-pci.c34 int ret, table_size; local
93 table_size = ret;
95 if (table_size < CHAM_HEADER_SIZE) {
102 table_size,
110 priv->base = devm_ioremap(&pdev->dev, priv->mapbase, table_size);
H A Dmcb-lpc.c26 int ret = 0, table_size; local
64 table_size = ret;
66 if (table_size < CHAM_HEADER_SIZE) {
73 table_size,
81 priv->base = devm_ioremap(&pdev->dev, priv->mem->start, table_size);
/linux-master/net/
H A Dsysctl_net.c125 struct ctl_table *table, size_t table_size)
131 for (size_t i = 0; i < table_size && ent->procname; ent++, i++) {
167 size_t table_size)
173 ensure_safe_net_sysctl(net, path, table, table_size);
176 for (count = 0 ; count < table_size && entry->procname; entry++, count++)
124 ensure_safe_net_sysctl(struct net *net, const char *path, struct ctl_table *table, size_t table_size) argument
164 register_net_sysctl_sz(struct net *net, const char *path, struct ctl_table *table, size_t table_size) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c209 unsigned int size_bytes, table_width, table_size, height; local
240 table_size = table_width * host_stats->grid.aligned_height;
247 &htemp_ptr[0 * table_size + src_offset], size_bytes);
249 &htemp_ptr[1 * table_size + src_offset], size_bytes);
251 &htemp_ptr[2 * table_size + src_offset], size_bytes);
253 &htemp_ptr[3 * table_size + src_offset], size_bytes);
257 &vtemp_ptr[0 * table_size + src_offset], size_bytes);
259 &vtemp_ptr[1 * table_size + src_offset], size_bytes);
261 &vtemp_ptr[2 * table_size + src_offset], size_bytes);
263 &vtemp_ptr[3 * table_size
[all...]
/linux-master/arch/powerpc/mm/
H A Dinit-common.c117 unsigned long table_size = sizeof(void *) << shift; local
118 unsigned long align = table_size;
143 new = kmem_cache_create(name, table_size, align, 0, ctor(shift));
/linux-master/drivers/firmware/efi/
H A Defi-init.c94 size_t table_size; local
116 table_size = sizeof(efi_config_table_t) * systab->nr_tables;
118 table_size);
127 early_memunmap(config_tables, table_size);
/linux-master/include/linux/
H A Dfw_table.h41 int acpi_parse_entries_array(char *id, unsigned long table_size,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_gart.c75 ptr = dma_alloc_coherent(&rdev->pdev->dev, rdev->gart.table_size,
84 rdev->gart.table_size >> PAGE_SHIFT);
109 rdev->gart.table_size >> PAGE_SHIFT);
112 dma_free_coherent(&rdev->pdev->dev, rdev->gart.table_size,
133 r = radeon_bo_create(rdev, rdev->gart.table_size,
/linux-master/drivers/iio/health/
H A Dafe440x.h139 unsigned int table_size; member in struct:afe440x_attr
152 .table_size = ARRAY_SIZE(_table), \
/linux-master/drivers/clk/mmp/
H A Dclk-mix.c109 unsigned int table_size)
118 for (i = 0; i < table_size; i++) {
220 for (i = 0; i < mix->table_size; i++) {
353 for (i = 0; i < mix->table_size; i++) {
360 if (i < mix->table_size) {
386 for (i = 0; i < mix->table_size; i++) {
397 if (i < mix->table_size)
424 _filter_clk_table(mix, mix->table, mix->table_size);
464 table_bytes = sizeof(*config->table) * config->table_size;
469 mix->table_size
107 _filter_clk_table(struct mmp_clk_mix *mix, struct mmp_clk_mix_clk_table *table, unsigned int table_size) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Diommu_64.h36 u64 table_size; /* IOTSB table size */ member in struct:atu_iotsb
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.h60 u32 table_size; member in struct:ndtest_blk_mmio
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c188 int table_size = 0; local
201 table_size++;
203 table_size++;
205 MLX5_FLOW_NAMESPACE_ESW_EGRESS, table_size);

Completed in 830 milliseconds

123456