| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_selftests.c | 357 qopt = kzalloc_flex(*qopt, entries, 255); in tsnep_test_taprio() 361 qopt->entries[i].command = TC_TAPRIO_CMD_SET_GATES; in tsnep_test_taprio() 367 qopt->entries[0].gate_mask = 0x02; in tsnep_test_taprio() 368 qopt->entries[0].interval = 200000; in tsnep_test_taprio() 369 qopt->entries[1].gate_mask = 0x03; in tsnep_test_taprio() 370 qopt->entries[1].interval = 800000; in tsnep_test_taprio() 371 qopt->entries[2].gate_mask = 0x07; in tsnep_test_taprio() 372 qopt->entries[2].interval = 240000; in tsnep_test_taprio() 373 qopt->entries[3].gate_mask = 0x01; in tsnep_test_taprio() 374 qopt->entries[3].interval = 80000; in tsnep_test_taprio() [all …]
|
| /linux/lib/tests/ |
| H A D | hashtable_test.c | 125 struct hashtable_test_entry entries[3]; in hashtable_test_hash_for_each() local 132 entries[i].key = i; in hashtable_test_hash_for_each() 133 entries[i].data = i + 10; in hashtable_test_hash_for_each() 134 entries[i].visited = 0; in hashtable_test_hash_for_each() 135 hash_add(hash, &entries[i].node, entries[i].key); in hashtable_test_hash_for_each() 149 KUNIT_EXPECT_EQ(test, entries[j].visited, 1); in hashtable_test_hash_for_each() 154 struct hashtable_test_entry entries[3]; in hashtable_test_hash_for_each_safe() local 162 entries[i].key = i; in hashtable_test_hash_for_each_safe() 163 entries[i].data = i + 10; in hashtable_test_hash_for_each_safe() 164 entries[i].visited = 0; in hashtable_test_hash_for_each_safe() [all …]
|
| H A D | list-test.c | 391 struct list_head entries[3], *cur; in list_test_list_cut_position() local 396 list_add_tail(&entries[0], &list1); in list_test_list_cut_position() 397 list_add_tail(&entries[1], &list1); in list_test_list_cut_position() 398 list_add_tail(&entries[2], &list1); in list_test_list_cut_position() 401 list_cut_position(&list2, &list1, &entries[1]); in list_test_list_cut_position() 405 KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); in list_test_list_cut_position() 412 KUNIT_EXPECT_PTR_EQ(test, cur, &entries[i]); in list_test_list_cut_position() 421 struct list_head entries[3], *cur; in list_test_list_cut_before() local 426 list_add_tail(&entries[0], &list1); in list_test_list_cut_before() 427 list_add_tail(&entries[1], &list1); in list_test_list_cut_before() [all …]
|
| /linux/lib/ |
| H A D | stackdepot.c | 141 static void init_stack_table(unsigned long entries) in init_stack_table() argument 145 for (i = 0; i < entries; i++) in init_stack_table() 152 unsigned long entries = 0; in stack_depot_early_init() local 188 entries = 1UL << stack_bucket_number_order; in stack_depot_early_init() 192 entries, in stack_depot_early_init() 204 if (!entries) { in stack_depot_early_init() 209 entries = stack_hash_mask + 1; in stack_depot_early_init() 211 init_stack_table(entries); in stack_depot_early_init() 219 memblock_free(stack_table, entries * sizeof(struct list_head)); in stack_depot_early_init() 231 unsigned long entries; in stack_depot_init() local [all …]
|
| H A D | test_rhashtable.c | 74 unsigned int entries; member 139 unsigned int entries) in test_rht_lookup() argument 143 for (i = 0; i < entries; i++) { in test_rht_lookup() 176 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) in test_bucket_stats() argument 203 total, atomic_read(&ht->nelems), entries, chain_len); in test_bucket_stats() 205 if (total != atomic_read(&ht->nelems) || total != entries) in test_bucket_stats() 210 unsigned int entries) in test_rhashtable() argument 221 pr_info(" Adding %d keys\n", entries); in test_rhashtable() 223 for (i = 0; i < entries; i++) { in test_rhashtable() 238 test_bucket_stats(ht, entries); in test_rhashtable() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/ |
| H A D | dml2_mcg_dcn4.c | 63 …min_table->dram_bw_table.entries[i].pre_derate_dram_bw_kbps = uclk_to_dram_bw_kbps(soc_bb->clk_tab… in build_min_clk_table_fine_grained() 65 …min_table->dram_bw_table.entries[i].min_fclk_khz = (unsigned long)((((double)min_table->dram_bw_ta… in build_min_clk_table_fine_grained() 71 prev_100 = min_table->dram_bw_table.entries[i - 1].min_fclk_khz; in build_min_clk_table_fine_grained() 72 cur_50 = min_table->dram_bw_table.entries[i].min_fclk_khz / 2; in build_min_clk_table_fine_grained() 73 min_table->dram_bw_table.entries[i].min_fclk_khz = prev_100 > cur_50 ? prev_100 : cur_50; in build_min_clk_table_fine_grained() 76 …min_table->dram_bw_table.entries[i].min_fclk_khz = round_up_to_quantized_values(min_table->dram_bw… in build_min_clk_table_fine_grained() 79 min_table->dram_bw_table.entries[0].min_fclk_khz /= 2; in build_min_clk_table_fine_grained() 83 if (min_table->dram_bw_table.entries[i].min_dcfclk_khz < min_dcfclk_khz) in build_min_clk_table_fine_grained() 84 min_table->dram_bw_table.entries[i].min_dcfclk_khz = min_dcfclk_khz; in build_min_clk_table_fine_grained() 86 if (min_table->dram_bw_table.entries[i].min_fclk_khz < min_fclk_khz) in build_min_clk_table_fine_grained() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu_helper.c | 223 vvalue = vol_table->entries[i].value; in phm_trim_voltage_table() 227 if (vvalue == table->entries[j].value) { in phm_trim_voltage_table() 234 table->entries[table->count].value = vvalue; in phm_trim_voltage_table() 235 table->entries[table->count].smio_low = in phm_trim_voltage_table() 236 vol_table->entries[i].smio_low; in phm_trim_voltage_table() 264 vol_table->entries[i].value = dep_table->entries[i].mvdd; in phm_get_svi2_mvdd_voltage_table() 265 vol_table->entries[i].smio_low = 0; in phm_get_svi2_mvdd_voltage_table() 292 vol_table->entries[i].value = dep_table->entries[i].vddci; in phm_get_svi2_vddci_voltage_table() 293 vol_table->entries[i].smio_low = 0; in phm_get_svi2_vddci_voltage_table() 320 vol_table->entries[i].value = lookup_table->entries[i].us_vdd; in phm_get_svi2_vdd_voltage_table() [all …]
|
| H A D | vega10_processpptables.c | 319 (ATOM_Vega10_GFXCLK_Dependency_Record_V2 *)gfxclk_dep_table->entries; in init_over_drive_limits() 353 mm_table = kzalloc_flex(*mm_table, entries, in get_mm_clock_voltage_table() 361 mm_dependency_record = &mm_dependency_table->entries[i]; in get_mm_clock_voltage_table() 362 mm_table->entries[i].vddcInd = mm_dependency_record->ucVddcInd; in get_mm_clock_voltage_table() 363 mm_table->entries[i].samclock = in get_mm_clock_voltage_table() 365 mm_table->entries[i].eclk = le32_to_cpu(mm_dependency_record->ulEClk); in get_mm_clock_voltage_table() 366 mm_table->entries[i].vclk = le32_to_cpu(mm_dependency_record->ulVClk); in get_mm_clock_voltage_table() 367 mm_table->entries[i].dclk = le32_to_cpu(mm_dependency_record->ulDClk); in get_mm_clock_voltage_table() 576 clk_table = kzalloc_flex(*clk_table, entries, in get_socclk_voltage_dependency_table() 584 clk_table->entries[i].vddInd = in get_socclk_voltage_dependency_table() [all …]
|
| /linux/drivers/phy/ |
| H A D | phy-common-props-test.c | 15 static const struct property_entry entries[] = { in phy_test_rx_polarity_is_missing() local 22 node = fwnode_create_software_node(entries, NULL); in phy_test_rx_polarity_is_missing() 37 static const struct property_entry entries[] = { in phy_test_rx_polarity_more_values_than_names() local 46 node = fwnode_create_software_node(entries, NULL); in phy_test_rx_polarity_more_values_than_names() 59 static const struct property_entry entries[] = { in phy_test_rx_polarity_single_value_no_names() local 67 node = fwnode_create_software_node(entries, NULL); in phy_test_rx_polarity_single_value_no_names() 82 static const struct property_entry entries[] = { in phy_test_rx_polarity_more_names_than_values() local 91 node = fwnode_create_software_node(entries, NULL); in phy_test_rx_polarity_more_names_than_values() 105 static const struct property_entry entries[] = { in phy_test_rx_polarity_find_by_name() local 114 node = fwnode_create_software_node(entries, NULL); in phy_test_rx_polarity_find_by_name() [all …]
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | iommu_api.c | 34 u64 entries; /* number of entries in hpas/hpages[] */ member 57 unsigned long entries, unsigned long dev_hpa, in mm_iommu_do_alloc() argument 66 ret = account_locked_vm(mm, entries, true); in mm_iommu_do_alloc() 70 locked_entries = entries; in mm_iommu_do_alloc() 80 mem->pageshift = __ffs(dev_hpa | (entries << PAGE_SHIFT)); in mm_iommu_do_alloc() 91 mem->pageshift = __ffs(ua | (entries << PAGE_SHIFT)); in mm_iommu_do_alloc() 92 mem->hpas = vzalloc(array_size(entries, sizeof(mem->hpas[0]))); in mm_iommu_do_alloc() 102 chunk = min(chunk, entries); in mm_iommu_do_alloc() 103 for (entry = 0; entry < entries; entry += chunk) { in mm_iommu_do_alloc() 104 unsigned long n = min(entries - entry, chunk); in mm_iommu_do_alloc() [all …]
|
| /linux/tools/lib/api/fd/ |
| H A D | array.c | 15 fda->entries = NULL; in fdarray__init() 27 struct pollfd *entries = realloc(fda->entries, size); in fdarray__grow() local 29 if (entries == NULL) in fdarray__grow() 34 free(entries); in fdarray__grow() 38 memset(&entries[fda->nr_alloc], 0, sizeof(struct pollfd) * nr); in fdarray__grow() 42 fda->entries = entries; in fdarray__grow() 65 free(fda->entries); in fdarray__exit() 84 fda->entries[fda->nr].fd = fd; in fdarray__add() 85 fda->entries[fda->nr].events = revents; in fdarray__add() 99 entry = &from->entries[pos]; in fdarray__dup_entry_from() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_nsp_eth.c | 294 union eth_table_entry *entries; in __nfp_eth_read_ports() local 298 entries = kzalloc(NSP_ETH_TABLE_SIZE, GFP_KERNEL); in __nfp_eth_read_ports() 299 if (!entries) in __nfp_eth_read_ports() 302 ret = nfp_nsp_read_eth_table(nsp, entries, NSP_ETH_TABLE_SIZE); in __nfp_eth_read_ports() 309 if (entries[i].port & NSP_ETH_PORT_LANES_MASK) in __nfp_eth_read_ports() 328 if (entries[i].port & NSP_ETH_PORT_LANES_MASK) in __nfp_eth_read_ports() 329 nfp_eth_port_translate(nsp, &entries[i], i, in __nfp_eth_read_ports() 338 kfree(entries); in __nfp_eth_read_ports() 343 kfree(entries); in __nfp_eth_read_ports() 349 union eth_table_entry *entries; in nfp_eth_config_start() local [all …]
|
| /linux/tools/perf/util/ |
| H A D | mem2node.c | 50 struct phys_entry *entries, *tmp_entries; in mem2node__init() local 62 entries = zalloc(sizeof(*entries) * max); in mem2node__init() 63 if (!entries) in mem2node__init() 84 struct phys_entry *prev = &entries[j - 1]; in mem2node__init() 93 phys_entry__init(&entries[j++], start, bsize, n->node); in mem2node__init() 98 tmp_entries = realloc(entries, sizeof(*entries) * j); in mem2node__init() 101 entries = tmp_entries; in mem2node__init() 105 entries[i].node, entries[i].start, entries[i].end); in mem2node__init() 107 phys_entry__insert(&entries[i], &map->root); in mem2node__init() 110 map->entries = entries; in mem2node__init() [all …]
|
| H A D | arm64-frame-pointer-unwind-support.c | 12 struct entries { struct 32 struct entries *entries = arg; in add_entry() argument 34 entries->stack[entries->length++] = entry->ip; in add_entry() 41 struct entries entries = {}; in get_leaf_frame_caller_aarch64() local 64 ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true); in get_leaf_frame_caller_aarch64() 67 if (ret || entries.length != 2) in get_leaf_frame_caller_aarch64() 70 return callchain_param.order == ORDER_CALLER ? entries.stack[0] : entries.stack[1]; in get_leaf_frame_caller_aarch64()
|
| /linux/kernel/events/ |
| H A D | callchain.c | 52 struct callchain_cpus_entries *entries; in release_callchain_buffers_rcu() local 55 entries = container_of(head, struct callchain_cpus_entries, rcu_head); in release_callchain_buffers_rcu() 58 kfree(entries->cpu_entries[cpu]); in release_callchain_buffers_rcu() 60 kfree(entries); in release_callchain_buffers_rcu() 65 struct callchain_cpus_entries *entries; in release_callchain_buffers() local 67 entries = callchain_cpus_entries; in release_callchain_buffers() 69 call_rcu(&entries->rcu_head, release_callchain_buffers_rcu); in release_callchain_buffers() 76 struct callchain_cpus_entries *entries; in alloc_callchain_buffers() local 85 entries = kzalloc(size, GFP_KERNEL); in alloc_callchain_buffers() 86 if (!entries) in alloc_callchain_buffers() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn321/ |
| H A D | dcn321_fpu.c | 365 if (bw_params->clk_table.entries[i].dcfclk_mhz > max_clk_data.dcfclk_mhz) in build_synthetic_soc_states() 366 max_clk_data.dcfclk_mhz = bw_params->clk_table.entries[i].dcfclk_mhz; in build_synthetic_soc_states() 367 if (bw_params->clk_table.entries[i].fclk_mhz > max_clk_data.fclk_mhz) in build_synthetic_soc_states() 368 max_clk_data.fclk_mhz = bw_params->clk_table.entries[i].fclk_mhz; in build_synthetic_soc_states() 369 if (bw_params->clk_table.entries[i].memclk_mhz > max_clk_data.memclk_mhz) in build_synthetic_soc_states() 370 max_clk_data.memclk_mhz = bw_params->clk_table.entries[i].memclk_mhz; in build_synthetic_soc_states() 371 if (bw_params->clk_table.entries[i].dispclk_mhz > max_clk_data.dispclk_mhz) in build_synthetic_soc_states() 372 max_clk_data.dispclk_mhz = bw_params->clk_table.entries[i].dispclk_mhz; in build_synthetic_soc_states() 373 if (bw_params->clk_table.entries[i].dppclk_mhz > max_clk_data.dppclk_mhz) in build_synthetic_soc_states() 374 max_clk_data.dppclk_mhz = bw_params->clk_table.entries[i].dppclk_mhz; in build_synthetic_soc_states() [all …]
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_handle_array.c | 22 array = kmalloc_flex(*array, entries, capacity, GFP_ATOMIC); in vmci_handle_arr_create() 48 size_t new_size = struct_size(array, entries, in vmci_handle_arr_append_entry() 62 array->entries[array->size] = handle; in vmci_handle_arr_append_entry() 78 if (vmci_handle_is_equal(array->entries[i], entry_handle)) { in vmci_handle_arr_remove_entry() 79 handle = array->entries[i]; in vmci_handle_arr_remove_entry() 81 array->entries[i] = array->entries[array->size]; in vmci_handle_arr_remove_entry() 82 array->entries[array->size] = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_entry() 99 handle = array->entries[array->size]; in vmci_handle_arr_remove_tail() 100 array->entries[array->size] = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_tail() 115 return array->entries[index]; in vmci_handle_arr_get_entry() [all …]
|
| /linux/fs/nfs_common/ |
| H A D | nfsacl.c | 96 int entries = (acl && acl->a_count) ? max_t(int, acl->a_count, 4) : 0; in nfsacl_encode() local 100 .array_len = encode_entries ? entries : 0, in nfsacl_encode() 111 if (entries > NFS_ACL_MAX_ENTRIES || in nfsacl_encode() 112 xdr_encode_word(buf, base, entries)) in nfsacl_encode() 159 u32 entries = (acl && acl->a_count) ? max_t(int, acl->a_count, 4) : 0; in nfs_stream_encode_acl() local 163 .array_len = encode_entries ? entries : 0, in nfs_stream_encode_acl() 175 if (entries > NFS_ACL_MAX_ENTRIES) in nfs_stream_encode_acl() 177 if (xdr_stream_encode_u32(xdr, entries) < 0) in nfs_stream_encode_acl() 348 u32 entries; in nfsacl_decode() local 351 if (xdr_decode_word(buf, base, &entries) || in nfsacl_decode() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_ddi_buf_trans.c | 32 .entries = _hsw_trans_dp, 49 .entries = _hsw_trans_fdi, 70 .entries = _hsw_trans_hdmi, 88 .entries = _bdw_trans_edp, 105 .entries = _bdw_trans_dp, 122 .entries = _bdw_trans_fdi, 141 .entries = _bdw_trans_hdmi, 160 .entries = _skl_trans_dp, 178 .entries = _skl_u_trans_dp, 196 .entries = _skl_y_trans_dp, [all …]
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_vl.c | 27 if (list_empty(&gating_cfg->entries)) { in sja1105_insert_gate_entry() 28 list_add(&e->list, &gating_cfg->entries); in sja1105_insert_gate_entry() 32 list_for_each_entry(p, &gating_cfg->entries, list) { in sja1105_insert_gate_entry() 65 list_for_each_entry(e, &gating_cfg->entries, list) { in sja1105_gating_cfg_time_to_interval() 70 if (prev == &gating_cfg->entries) in sja1105_gating_cfg_time_to_interval() 76 last_e = list_last_entry(&gating_cfg->entries, in sja1105_gating_cfg_time_to_interval() 85 list_for_each_entry_safe(e, n, &gating_cfg->entries, list) { in sja1105_free_gating_config() 144 u8 gate_state = rule->vl.entries[i].gate_state; in sja1105_compose_gating_subschedule() 157 time += rule->vl.entries[i].interval; in sja1105_compose_gating_subschedule() 353 kfree(table->entries); in sja1105_init_virtual_links() [all …]
|
| /linux/arch/x86/xen/ |
| H A D | multicalls.c | 40 struct multicall_entry entries[MC_BATCH]; member 49 struct multicall_entry entries[MC_BATCH]; member 121 unsigned int opidx = mcdb->entries[idx].op & 0xff; in print_debug_data() 125 mcdb->entries[idx].op, b->entries[idx].result, in print_debug_data() 132 pr_cont("%lx ", mcdb->entries[idx].args[arg]); in print_debug_data() 161 memcpy(mcdb->entries, b->entries, in xen_mc_flush() 174 mc = &b->entries[0]; in xen_mc_flush() 183 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0) in xen_mc_flush() 186 if (b->entries[i].result < 0) in xen_mc_flush() 196 } else if (b->entries[i].result < 0) { in xen_mc_flush() [all …]
|
| /linux/tools/perf/trace/beauty/ |
| H A D | ioctl.c | 41 if (nr < strarray__ioctl_tty_cmd.nr_entries && strarray__ioctl_tty_cmd.entries[nr] != NULL) in ioctl__scnprintf_tty_cmd() 42 return scnprintf(bf, size, "%s", strarray__ioctl_tty_cmd.entries[nr]); in ioctl__scnprintf_tty_cmd() 52 if (nr < strarray__drm_ioctl_cmds.nr_entries && strarray__drm_ioctl_cmds.entries[nr] != NULL) in ioctl__scnprintf_drm_cmd() 53 return scnprintf(bf, size, "DRM_%s", strarray__drm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_drm_cmd() 63 …if (nr < strarray__sndrv_pcm_ioctl_cmds.nr_entries && strarray__sndrv_pcm_ioctl_cmds.entries[nr] !… in ioctl__scnprintf_sndrv_pcm_cmd() 64 return scnprintf(bf, size, "SNDRV_PCM_%s", strarray__sndrv_pcm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_pcm_cmd() 74 …if (nr < strarray__sndrv_ctl_ioctl_cmds.nr_entries && strarray__sndrv_ctl_ioctl_cmds.entries[nr] !… in ioctl__scnprintf_sndrv_ctl_cmd() 75 return scnprintf(bf, size, "SNDRV_CTL_%s", strarray__sndrv_ctl_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_ctl_cmd() 85 if (nr < strarray__kvm_ioctl_cmds.nr_entries && strarray__kvm_ioctl_cmds.entries[nr] != NULL) in ioctl__scnprintf_kvm_cmd() 86 return scnprintf(bf, size, "KVM_%s", strarray__kvm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_kvm_cmd() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 167 amdgpu_table->entries = kzalloc(size, GFP_KERNEL); in amdgpu_parse_clk_voltage_dep_table() 168 if (!amdgpu_table->entries) in amdgpu_parse_clk_voltage_dep_table() 171 entry = &atom_table->entries[0]; in amdgpu_parse_clk_voltage_dep_table() 173 amdgpu_table->entries[i].clk = le16_to_cpu(entry->usClockLow) | in amdgpu_parse_clk_voltage_dep_table() 175 amdgpu_table->entries[i].v = le16_to_cpu(entry->usVoltage); in amdgpu_parse_clk_voltage_dep_table() 286 le16_to_cpu(clk_v->entries[0].usSclkLow) | in amdgpu_parse_extended_power_table() 287 (clk_v->entries[0].ucSclkHigh << 16); in amdgpu_parse_extended_power_table() 289 le16_to_cpu(clk_v->entries[0].usMclkLow) | in amdgpu_parse_extended_power_table() 290 (clk_v->entries[0].ucMclkHigh << 16); in amdgpu_parse_extended_power_table() 292 le16_to_cpu(clk_v->entries[0].usVddc); in amdgpu_parse_extended_power_table() [all …]
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | intel.c | 651 short entries = desc->entries; in intel_tlb_lookup() local 655 tlb_lli_4k = max(tlb_lli_4k, entries); in intel_tlb_lookup() 656 tlb_lld_4k = max(tlb_lld_4k, entries); in intel_tlb_lookup() 659 tlb_lli_4k = max(tlb_lli_4k, entries); in intel_tlb_lookup() 660 tlb_lld_4k = max(tlb_lld_4k, entries); in intel_tlb_lookup() 661 tlb_lli_2m = max(tlb_lli_2m, entries); in intel_tlb_lookup() 662 tlb_lld_2m = max(tlb_lld_2m, entries); in intel_tlb_lookup() 663 tlb_lli_4m = max(tlb_lli_4m, entries); in intel_tlb_lookup() 664 tlb_lld_4m = max(tlb_lld_4m, entries); in intel_tlb_lookup() 667 tlb_lli_4k = max(tlb_lli_4k, entries); in intel_tlb_lookup() [all …]
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_rtp_test.c | 42 const struct xe_rtp_entry_sr *entries; member 48 const struct xe_rtp_entry *entries; member 72 .entries = (const struct xe_rtp_entry_sr[]) { 92 .entries = (const struct xe_rtp_entry_sr[]) { 111 .entries = (const struct xe_rtp_entry_sr[]) { 137 .entries = (const struct xe_rtp_entry_sr[]) { 166 .entries = (const struct xe_rtp_entry_sr[]) { 186 .entries = (const struct xe_rtp_entry_sr[]) { 206 .entries = (const struct xe_rtp_entry_sr[]) { 228 .entries = (const struct xe_rtp_entry_sr[]) { [all …]
|