Searched refs:entries (Results 51 - 75 of 999) sorted by relevance

1234567891011>>

/linux-master/tools/lib/perf/include/internal/
H A Devlist.h18 struct list_head entries; member in struct:perf_evlist
79 __perf_evlist__for_each_entry(&(evlist)->entries, evsel)
95 __perf_evlist__for_each_entry_reverse(&(evlist)->entries, evsel)
113 __perf_evlist__for_each_entry_safe(&(evlist)->entries, tmp, evsel)
117 return list_entry(evlist->entries.next, struct perf_evsel, node);
122 return list_entry(evlist->entries.prev, struct perf_evsel, node);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_processpptables.c319 (ATOM_Vega10_GFXCLK_Dependency_Record_V2 *)gfxclk_dep_table->entries;
353 mm_table = kzalloc(struct_size(mm_table, entries, mm_dependency_table->ucNumEntries),
361 mm_dependency_record = &mm_dependency_table->entries[i];
362 mm_table->entries[i].vddcInd = mm_dependency_record->ucVddcInd;
363 mm_table->entries[i].samclock =
365 mm_table->entries[i].eclk = le32_to_cpu(mm_dependency_record->ulEClk);
366 mm_table->entries[i].vclk = le32_to_cpu(mm_dependency_record->ulVClk);
367 mm_table->entries[i].dclk = le32_to_cpu(mm_dependency_record->ulDClk);
576 clk_table = kzalloc(struct_size(clk_table, entries, clk_dep_table->ucNumEntries),
584 clk_table->entries[
[all...]
/linux-master/arch/x86/xen/
H A Dmulticalls.c41 struct multicall_entry entries[MC_BATCH]; member in struct:mc_buffer
73 memcpy(b->debug, b->entries,
86 mc = &b->entries[0];
95 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0)
98 if (b->entries[i].result < 0)
106 if (b->entries[i].result < 0) {
112 b->entries[i].result,
117 b->entries[i].op,
118 b->entries[i].args[0],
119 b->entries[
[all...]
/linux-master/kernel/
H A Dstacktrace.c19 * stack_trace_print - Print the entries in the stack trace
20 * @entries: Pointer to storage array
21 * @nr_entries: Number of entries in the storage array
24 void stack_trace_print(const unsigned long *entries, unsigned int nr_entries, argument
29 if (WARN_ON(!entries))
33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]);
38 * stack_trace_snprint - Print the entries in the stack trace into a buffer
41 * @entries: Pointer to storage array
42 * @nr_entries: Number of entries in the storage array
47 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, argument
392 filter_irq_stacks(unsigned long *entries, unsigned int nr_entries) argument
[all...]
/linux-master/fs/bcachefs/
H A Djournal_seq_blacklist.c33 * journal must not write any entries with that sequence number, and it must
35 * missing journal entries and b) so that the btree code continues to ignore
116 idx = eytzinger0_find_le(t->entries, t->nr,
117 sizeof(t->entries[0]),
123 BUG_ON(t->entries[idx].start > seq);
125 if (seq >= t->entries[idx].end)
129 t->entries[idx].dirty = true;
143 t = kzalloc(struct_size(t, entries, nr), GFP_KERNEL);
150 t->entries[i].start = le64_to_cpu(bl->start[i].start);
151 t->entries[
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbit.c31 u8 entries = nvbios_rd08(bios, bios->bit_offset + 10); local
33 while (entries--) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.c8 const struct flow_action_entry *entries,
14 ids[i] = entries[i].id;
7 put_ids_to_array(int *ids, const struct flow_action_entry *entries, unsigned int num) argument
/linux-master/tools/lib/perf/
H A Dxyarray.c15 xy->entries = xlen * ylen;
25 size_t n = xy->entries * xy->entry_size;
/linux-master/include/linux/
H A Dtracefs.h80 const struct eventfs_entry *entries,
84 const struct eventfs_entry *entries,
H A Ddqblk_qtree.h50 unsigned long long entries = epb; local
53 for (i = 1; entries < (1ULL << 32); i++)
54 entries *= epb;
H A Dstacktrace.h68 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries,
78 unsigned int filter_irq_stacks(unsigned long *entries, unsigned int nr_entries);
84 unsigned long *entries; member in struct:stack_trace
85 unsigned int skip; /* input argument: How many entries to skip */
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-page-map.c48 &map->entries);
61 vdo_free(map->entries);
77 map->entries[slot] = delta_list_number;
88 if (delta_list_number <= map->entries[slot + page])
102 0 : map->entries[slot + index_page_number - 1] + 1);
104 map->entries[slot + index_page_number] :
129 encode_u16_le(buffer, &offset, map->entries[i]);
167 decode_u16_le(buffer, &offset, &map->entries[i]);
/linux-master/drivers/acpi/
H A Dacpi_watchdog.c30 const struct acpi_wdat_entry *entries; local
33 entries = (struct acpi_wdat_entry *)(wdat + 1);
34 for (i = 0; i < wdat->entries; i++) {
37 gas = &entries[i].register_region;
104 const struct acpi_wdat_entry *entries; local
130 entries = (struct acpi_wdat_entry *)(wdat + 1);
131 for (i = 0; i < wdat->entries; i++) {
137 gas = &entries[i].register_region;
/linux-master/drivers/scsi/arm/
H A Dmsgqueue.h28 struct msgqueue_entry entries[NR_MESSAGES]; member in struct:__anon611
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_trace_buffer.h65 struct dmcub_trace_buf_entry entries[PERF_TRACE_MAX_ENTRY]; member in struct:dmcub_trace_buf
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/
H A Dctrl2080fifo.h48 // C form: NV2080_CTRL_FIFO_DEVICE_ENTRY entries[NV2080_CTRL_FIFO_GET_DEVICE_INFO_TABLE_MAX_ENTRIES];
49 NV2080_CTRL_FIFO_DEVICE_ENTRY entries[NV2080_CTRL_FIFO_GET_DEVICE_INFO_TABLE_MAX_ENTRIES]; member in struct:NV2080_CTRL_FIFO_GET_DEVICE_INFO_TABLE_PARAMS
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c469 .entries = {
506 .entries = {
575 /* skip empty entries, the smu array has no holes*/
576 if (!bw_params->wm_table.entries[i].valid)
579 table->WatermarkRow[WM_DCFCLK][num_valid_sets].WmSetting = bw_params->wm_table.entries[i].wm_inst;
580 table->WatermarkRow[WM_DCFCLK][num_valid_sets].WmType = bw_params->wm_table.entries[i].wm_type;
591 bw_params->clk_table.entries[i - 1].dcfclk_mhz + 1;
594 bw_params->clk_table.entries[i].dcfclk_mhz;
711 struct clk_limit_table_entry def_max = bw_params->clk_table.entries[bw_params->clk_table.num_entries - 1];
754 /* Invalid number of entries i
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dpkey_alloc.c17 const char *s = sa->entries[0];
32 if (sa->entries[i] != NULL)
33 printed += scnprintf(bf + printed, size - printed, "%s%s", show_prefix ? sa->prefix : "", sa->entries[i]);
/linux-master/net/netfilter/
H A Dxt_repldata.h5 * 'entries' and 'term' are never anywhere referenced by word in code. In fact,
12 * struct type##_standard entries[nhooks];
23 struct type##_standard entries[]; \
26 size_t term_offset = (offsetof(typeof(*tbl), entries[nhooks]) + \
43 tbl->entries[i++] = (struct type##_standard) \
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c193 amdgpu_table->entries = kzalloc(size, GFP_KERNEL);
194 if (!amdgpu_table->entries)
197 entry = &atom_table->entries[0];
199 amdgpu_table->entries[i].clk = le16_to_cpu(entry->usClockLow) |
201 amdgpu_table->entries[i].v = le16_to_cpu(entry->usVoltage);
312 le16_to_cpu(clk_v->entries[0].usSclkLow) |
313 (clk_v->entries[0].ucSclkHigh << 16);
315 le16_to_cpu(clk_v->entries[0].usMclkLow) |
316 (clk_v->entries[0].ucMclkHigh << 16);
318 le16_to_cpu(clk_v->entries[
[all...]
/linux-master/lib/
H A Dtest_rhashtable.c32 MODULE_PARM_DESC(parm_entries, "Number of entries to add (default: 50000)");
74 unsigned int entries; member in struct:thread_data
139 unsigned int entries)
143 for (i = 0; i < entries; i++) {
176 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) argument
202 pr_info(" Traversal complete: counted=%u, nelems=%u, entries=%d, table-jumps=%u\n",
203 total, atomic_read(&ht->nelems), entries, chain_len);
205 if (total != atomic_read(&ht->nelems) || total != entries)
210 unsigned int entries)
219 * Insert entries int
138 test_rht_lookup(struct rhashtable *ht, struct test_obj *array, unsigned int entries) argument
209 test_rhashtable(struct rhashtable *ht, struct test_obj *array, unsigned int entries) argument
270 test_rhltable(unsigned int entries) argument
435 test_rhashtable_max(struct test_obj *array, unsigned int entries) argument
589 unsigned int entries = tdata->entries; local
684 unsigned int entries; local
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c49 if (!list_empty(&gating_cfg->entries)) {
96 * all schedule entries for all ports. These are the Gate Control List (GCL)
97 * entries, let's call them "timeslots" for short. This linear array of
185 kfree(table->entries);
192 kfree(table->entries);
199 kfree(table->entries);
206 kfree(table->entries);
218 if (!list_empty(&gating_cfg->entries)) {
231 table->entries = kcalloc(num_entries, table->ops->unpacked_entry_size,
233 if (!table->entries)
[all...]
/linux-master/arch/x86/kernel/
H A De820.c28 * the first 128 E820 memory entries in boot_params.e820_table and the remaining
29 * (if any) entries of the SETUP_E820_EXT nodes. We use this to:
83 struct e820_entry *entry = &table->entries[i];
118 struct e820_entry *entry = &e820_table->entries[i];
170 if (x >= ARRAY_SIZE(table->entries)) {
171 pr_err("too many entries; ignoring [mem %#010llx-%#010llx]\n",
176 table->entries[x].addr = start;
177 table->entries[x].size = size;
178 table->entries[x].type = type;
210 e820_table->entries[
324 struct e820_entry *entries = table->entries; local
422 __append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) argument
453 append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) argument
726 int entries; local
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c389 * the TLB when any changes are made to any of the page table entries.
764 { 0xb1, TLB_INST_2M_4M, 4, " TLB_INST 2M pages, 4-way, 8 entries or 4M pages, 4-way entries" },
794 if (tlb_lli_4k[ENTRIES] < intel_tlb_table[k].entries)
795 tlb_lli_4k[ENTRIES] = intel_tlb_table[k].entries;
796 if (tlb_lld_4k[ENTRIES] < intel_tlb_table[k].entries)
797 tlb_lld_4k[ENTRIES] = intel_tlb_table[k].entries;
800 if (tlb_lli_4k[ENTRIES] < intel_tlb_table[k].entries)
801 tlb_lli_4k[ENTRIES] = intel_tlb_table[k].entries;
802 if (tlb_lld_4k[ENTRIES] < intel_tlb_table[k].entries)
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c41 const struct xe_rtp_entry_sr *entries; member in struct:rtp_test_case
62 .entries = (const struct xe_rtp_entry_sr[]) {
81 .entries = (const struct xe_rtp_entry_sr[]) {
100 .entries = (const struct xe_rtp_entry_sr[]) {
113 .name = "two-regs-two-entries",
119 .entries = (const struct xe_rtp_entry_sr[]) {
138 .entries = (const struct xe_rtp_entry_sr[]) {
159 .entries = (const struct xe_rtp_entry_sr[]) {
177 .entries = (const struct xe_rtp_entry_sr[]) {
197 .entries
[all...]

Completed in 228 milliseconds

1234567891011>>