Searched refs:records (Results 1 – 20 of 20) sorted by relevance
| /drivers/md/dm-vdo/indexer/ |
| A D | open-chapter.c | 80 &open_chapter->records); in uds_make_open_chapter() 122 record = &open_chapter->records[record_number]; in probe_chapter_slots() 172 record = &open_chapter->records[record_number]; in uds_put_open_chapter() 197 vdo_free(open_chapter->records); in uds_free_open_chapter() 212 unsigned int records = 0; in fill_delta_chapter_index() local 228 fill_record = &zone->records[zone->size]; in fill_delta_chapter_index() 236 for (records = 0; records < records_per_chapter; records++) { in fill_delta_chapter_index() 241 record_index = 1 + (records / zone_count); in fill_delta_chapter_index() 242 page_number = records / records_per_page; in fill_delta_chapter_index() 252 *record = open_chapter->records[record_index]; in fill_delta_chapter_index() [all …]
|
| A D | volume.c | 479 const struct uds_volume_record *records = (const struct uds_volume_record *) record_page; in search_record_page() local 483 const struct uds_volume_record *record = &records[node]; in search_record_page() 1183 const struct uds_volume_record records[], u8 record_page[]) in encode_record_page() argument 1191 record_pointers[i] = &records[i]; in encode_record_page() 1208 const struct uds_volume_record *records) in write_record_pages() argument 1213 const struct uds_volume_record *next_record = records; in write_record_pages() 1247 const struct uds_volume_record *records) in uds_write_chapter() argument 1258 result = write_record_pages(volume, physical_chapter_number, records); in uds_write_chapter()
|
| A D | open-chapter.h | 39 struct uds_volume_record *records; member
|
| A D | volume.h | 156 const struct uds_volume_record records[]);
|
| /drivers/usb/serial/ |
| A D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ras_eeprom.h | 153 struct eeprom_table_record *records, const u32 num); 156 struct eeprom_table_record *records, const u32 num);
|
| /drivers/s390/char/ |
| A D | Kconfig | 147 Select this option if you want to be able to receive records collected 173 prompt "API for reading z/VM monitor service records" 176 Character device driver for reading z/VM monitor service records 180 prompt "API for writing z/VM monitor service records" 183 Character device driver for writing z/VM monitor service records
|
| /drivers/cpuidle/ |
| A D | cpuidle-pseries.c | 155 struct xcede_latency_record records[16]; member 205 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters() 373 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency()
|
| /drivers/gpu/drm/vboxvideo/ |
| A D | vboxvideo.h | 132 struct vbva_record records[VBVA_MAX_RECORDS]; member
|
| A D | vbva_base.c | 186 record = &vbva_ctx->vbva->records[vbva_ctx->vbva->record_free_index]; in vbva_buffer_begin_update()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt.h | 1571 DECLARE_FLEX_ARRAY(struct htt_tx_fetch_record, records); 1578 return (void *)&ind->records[le16_to_cpu(ind->num_records)]; in ath10k_htt_get_tx_fetch_ind_resp_ids() 1587 struct htt_tx_fetch_record records[]; member 1625 struct htt_tx_mode_switch_record records[]; member 2441 struct htt_tx_fetch_record *records,
|
| A D | htt_tx.c | 1104 struct htt_tx_fetch_record *records, in ath10k_htt_tx_fetch_resp() argument 1119 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp() 1133 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp() 1134 sizeof(records[0]) * num_records); in ath10k_htt_tx_fetch_resp()
|
| A D | htt_rx.c | 3406 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind() 3431 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind() 3497 resp->tx_fetch_ind.records, in ath10k_htt_rx_tx_fetch_ind() 3574 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind() 3601 record = &resp->tx_mode_switch_ind.records[i]; in ath10k_htt_rx_tx_mode_switch_ind()
|
| /drivers/cxl/core/ |
| A D | mbox.c | 1024 struct cxl_event_record_raw *raw = &get_pl->records[cnt]; in cxl_clear_event_record() 1075 .min_out = struct_size(payload, records, 0), in cxl_mem_get_records_log() 1092 &payload->records[i]); in cxl_mem_get_records_log()
|
| /drivers/cxl/ |
| A D | cxlmem.h | 658 struct cxl_event_record_raw records[]; member
|
| A D | Kconfig | 178 media event records.
|
| /drivers/perf/ |
| A D | Kconfig | 232 records all branches taken in an execution path. This supports some
|
| /drivers/atm/ |
| A D | Kconfig | 58 Extended debugging records various events and displays that list
|
| /drivers/acpi/nfit/ |
| A D | core.c | 2500 ars_status->records[i].err_address, in ars_status_process_records() 2501 ars_status->records[i].length); in ars_status_process_records()
|
| /drivers/input/mouse/ |
| A D | cyapa_gen5.c | 253 struct cyapa_tsg_bin_image_data_record records[]; member
|
Completed in 866 milliseconds