| /linux/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 | open-chapter.h | 39 struct uds_volume_record *records; member
|
| /linux/arch/x86/kvm/vmx/ |
| A D | pmu_intel.c | 134 struct x86_pmu_lbr *records = vcpu_to_lbr_records(vcpu); in intel_pmu_is_valid_lbr_msr() local 141 (index >= records->from && index < records->from + records->nr) || in intel_pmu_is_valid_lbr_msr() 142 (index >= records->to && index < records->to + records->nr); in intel_pmu_is_valid_lbr_msr() 144 if (!ret && records->info) in intel_pmu_is_valid_lbr_msr() 145 ret = (index >= records->info && index < records->info + records->nr); in intel_pmu_is_valid_lbr_msr() 469 memset(&lbr_desc->records, 0, sizeof(lbr_desc->records)); in intel_pmu_refresh() 547 memcpy(&lbr_desc->records, &vmx_lbr_caps, sizeof(vmx_lbr_caps)); in intel_pmu_refresh() 549 lbr_desc->records.nr = 0; in intel_pmu_refresh() 551 if (lbr_desc->records.nr) in intel_pmu_refresh() 588 lbr_desc->records.nr = 0; in intel_pmu_init()
|
| /linux/tools/perf/Documentation/ |
| A D | perf-iostat.txt | 55 357708+0 records in 56 357707+0 records out 74 357708+0 records in 75 357707+0 records out
|
| A D | perf.data-file-format.txt | 62 struct perf_header_string strings[nr]; /* variable length records */ 149 } events[nr]; /* Variable length records */ 173 } cpus[nr]; /* Variable length records */ 205 } nodes[nr]; /* Variable length records */ 221 } [nr]; /* Variable length records */ 234 } [nr]; /* Variable length records */ 373 Indicates that trace contains records of PERF_RECORD_COMPRESSED type 374 that have perf_events records in compressed form. 414 } [nr]; /* Variable length records */ 602 Describes a header feature. These are records used in pipe-mode that [all …]
|
| A D | itrace.txt | 21 G synthesize a call chain on existing event records 23 L synthesize last branch entries on existing event records
|
| /linux/drivers/usb/serial/ |
| A D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ras_eeprom.h | 139 struct eeprom_table_record *records, const u32 num); 142 struct eeprom_table_record *records, const u32 num);
|
| /linux/Documentation/networking/ |
| A D | tls.rst | 79 The sendfile system call will send the file's data over TLS records of maximum 88 TLS records are created and sent after each send() call, unless 201 recv will never return data from mixed types of TLS records. 239 this will look like TLS records had been tampered with and will result 245 TLS 1.3 only. Expect the sender to not pad records. This allows the data 282 number of RX records which had to be re-decrypted due to 284 also increment for non-data records. 287 number of data RX records which had to be re-decrypted due to
|
| A D | tls-offload.rst | 58 and the ``strparser`` mechanism is used to delineate the records. Upon read 275 as received on wire, red stripes mark start of new records. 322 and counting all records since the just-confirmed one, it adds the number 323 of records it had seen to the record number provided by the kernel. 341 whenever it sees the records are no longer getting decrypted. 344 records. 348 records continue to be received fully encrypted stack retries the 350 records, then after 4 records, after 8, after 16... up until every 351 128 records). 363 Offload maintains information about all records until the data is [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | dm-dust.rst | 79 128+0 records in 80 128+0 records out 83 128+0 records in 84 128+0 records out 124 0+0 records in 125 0+0 records out 132 128+0 records in 133 128+0 records out
|
| /linux/Documentation/filesystems/ext4/ |
| A D | bitmaps.rst | 9 The inode bitmap records which entries in the inode table are in use. 26 descriptor points to the start of the table, and the superblock records
|
| /linux/drivers/cpuidle/ |
| A D | cpuidle-pseries.c | 154 struct xcede_latency_record records[16]; member 204 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters() 372 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency()
|
| /linux/lib/pldmfw/ |
| A D | pldmfw.c | 27 struct list_head records; member 183 data->record_start = record_area->records; in pldm_parse_header() 336 list_add_tail(&record->entry, &data->records); in pldm_parse_one_record() 554 list_for_each_entry_safe(record, r_safe, &data->records, entry) { in pldmfw_free_priv() 698 list_for_each_entry(record, &data->records, entry) { in pldm_find_matching_record() 841 INIT_LIST_HEAD(&data->records); in pldmfw_flash_image()
|
| /linux/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
|
| /linux/tools/hv/ |
| A D | hv_kvp_daemon.c | 125 struct kvp_record *records; member 174 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file() 190 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state() 236 kvp_file_info[pool].records = record; in kvp_update_mem_state() 268 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init() 269 if (kvp_file_info[i].records == NULL) in kvp_file_init() 291 record = kvp_file_info[pool].records; in kvp_key_delete() 339 record = kvp_file_info[pool].records; in kvp_key_add_or_modify() 369 kvp_file_info[pool].records = record; in kvp_key_add_or_modify() 392 record = kvp_file_info[pool].records; in kvp_get_value() [all …]
|
| /linux/tools/firmware/ |
| A D | ihex2fw.c | 252 static struct ihex_binrec *records; variable 256 struct ihex_binrec **p = &records; in file_record() 273 struct ihex_binrec *p = records; in output_records()
|
| /linux/Documentation/driver-api/pldmfw/ |
| A D | index.rst | 41 length, including version strings and the number of records and components. 51 Endian to CPU host format. Additionally the records, descriptors, and 61 2. Scan through the records and determine if the device matches any record
|
| A D | file-format.rst | 9 package header, one or more firmware records, and one or more components 77 The device firmware records area starts with a count indicating the total 78 number of records in the file, followed by each record. A single device
|
| /linux/Documentation/admin-guide/ |
| A D | filesystem-monitoring.rst | 44 The order of records is not guaranteed, and new records might be added 46 must be prepared to skip over unknown records. Please refer to
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 510 compared the shadow records to the ondisk records. 520 metadata records. 1154 - If the block contains records, do the records fit within the block? 1321 `mergeable records 2010 The typical use case are quota records or file link count records. 2014 Gaps are defined to be null records, and null records are defined to be a 2622 The number of records for the inode btree is the number of xfarray records, 2730 records from the reverse mapping records for that inode and fork. 2733 records. 2783 Cross referencing rmap records with other rmap records is necessary because [all …]
|
| /linux/Documentation/bpf/ |
| A D | ringbuf.rst | 75 - variable-length records; 98 submit records of the length that's not known to verifier beforehand. It also 103 pointer directly to ring buffer memory. In a lot of cases records are larger 113 a record as discarded, and such records are supposed to be ignored by consumer 148 independent records and work with them without blocking other producers. This 180 completely lockless and independent. All records become available to consumer 181 in the order of reservations, but only after all previous records where 183 off submitted records, that were reserved later.
|
| /linux/Documentation/arch/s390/ |
| A D | monreader.rst | 137 followed by a set of one or more contiguous monitor records (similar to the 143 last byte of data. The start address is needed to handle "end-of-frame" records 148 of the monitor control element layout. The layout of the monitor records can 156 <first set of records> | 159 <last set of records> / 192 read with 0 size is valid but subsequent records may be missing.
|
| /linux/tools/kvm/kvm_stat/ |
| A D | kvm_stat.txt | 115 --skip-zero-records:: 116 omit records with all zeros in logging mode
|
| /linux/Documentation/ABI/testing/ |
| A D | dev-kmsg | 35 records are available read() will block, or if O_NONBLOCK is 44 Subsequent reads() will return available records again. 64 or write only whole variable length messages (records) that are
|