/kernel/liteos_a/drivers/char/trace/src/ |
D | trace.c | 66 OfflineHead *records; in TraceRead() local 75 records = LOS_TraceRecordGet(); in TraceRead() 76 if (records == NULL) { in TraceRead() 81 realLen = buflen < records->totalLen ? buflen : records->totalLen; in TraceRead() 82 ret = LOS_CopyFromKernel((void *)buffer, buflen, (void *)records, realLen); in TraceRead()
|
/kernel/liteos_a/drivers/char/perf/src/ |
D | perf.c | 67 char *records = LOS_MemAlloc(m_aucSysMem0, buflen); in PerfRead() local 68 if (records == NULL) { in PerfRead() 72 realLen = LOS_PerfDataRead(records, buflen); /* get sample data */ in PerfRead() 79 ret = LOS_CopyFromKernel((void *)buffer, buflen, (void *)records, realLen); in PerfRead() 87 LOS_MemFree(m_aucSysMem0, records); in PerfRead()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras_eeprom.c | 171 static uint32_t __calc_recs_byte_sum(struct eeprom_table_record *records, in __calc_recs_byte_sum() argument 179 struct eeprom_table_record *record = &records[i]; in __calc_recs_byte_sum() 190 struct eeprom_table_record *records, int num) in __calc_tbl_byte_sum() argument 192 return __calc_hdr_byte_sum(control) + __calc_recs_byte_sum(records, num); in __calc_tbl_byte_sum() 197 struct eeprom_table_record *records, int num, in __update_tbl_checksum() argument 209 control->tbl_byte_sum += __calc_tbl_byte_sum(control, records, num); in __update_tbl_checksum() 216 struct eeprom_table_record *records, int num) in __validate_tbl_checksum() argument 218 control->tbl_byte_sum = __calc_tbl_byte_sum(control, records, num); in __validate_tbl_checksum() 471 struct eeprom_table_record *records, in amdgpu_ras_eeprom_process_recods() argument 530 record = &records[i]; in amdgpu_ras_eeprom_process_recods() [all …]
|
D | amdgpu_ras_eeprom.h | 88 struct eeprom_table_record *records,
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | Kconfig | 143 Select this option if you want to be able to receive records collected 169 prompt "API for reading z/VM monitor service records" 172 Character device driver for reading z/VM monitor service records 176 prompt "API for writing z/VM monitor service records" 179 Character device driver for writing z/VM monitor service records
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
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
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
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
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
D | cpuidle-pseries.c | 152 struct xcede_latency_record records[16]; member 202 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters() 362 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency()
|
/kernel/linux/linux-5.10/tools/hv/ |
D | hv_kvp_daemon.c | 114 struct kvp_record *records; member 163 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file() 179 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state() 225 kvp_file_info[pool].records = record; in kvp_update_mem_state() 257 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init() 258 if (kvp_file_info[i].records == NULL) in kvp_file_init() 280 record = kvp_file_info[pool].records; in kvp_key_delete() 328 record = kvp_file_info[pool].records; in kvp_key_add_or_modify() 358 kvp_file_info[pool].records = record; in kvp_key_add_or_modify() 381 record = kvp_file_info[pool].records; in kvp_get_value() [all …]
|
/kernel/linux/linux-5.10/lib/pldmfw/ |
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()
|
/kernel/linux/linux-5.10/tools/firmware/ |
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()
|
/kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/ |
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
|
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
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
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. 567 Describes a header feature. These are records used in pipe-mode that 578 into array of perf trace records. The size of the entire compressed event
|
D | itrace.txt | 17 G synthesize a call chain on existing event records 19 L synthesize last branch entries on existing event records
|
D | security.txt | 140 monitoring and observability operations. Inspect system audit records for 155 audit records using journalctl command or /var/log/audit/audit.log so the 156 output would contain AVC denied records related to perf_event: 168 be generated using the system audit records about blocking perf_event access.
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
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.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | tls-offload.rst | 58 and the ``strparser`` mechanism is used to delineate the records. Upon read 59 request, records are retrieved from the socket and passed to decryption routine. 124 so the initial records' TCP sequence number may be anywhere inside the segment. 138 segments may start at any point of a record and contain any number of records. 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 [all …]
|
/kernel/linux/linux-5.10/Documentation/s390/ |
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.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.txt | 14 records. These records have a configurable size, with a size of 0 indicating
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | tagged-pointers.rst | 35 - the frame pointer (x29) and frame records, e.g. when interpreting 48 Programs maintaining a frame pointer and frame records that use non-zero
|
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 115 --skip-zero-records:: 116 omit records with all zeros in logging mode
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | ftrace.c | 398 struct ftrace_profile records[]; member 410 (PAGE_SIZE - offsetof(struct ftrace_profile_page, records)) 437 if ((void *)rec >= (void *)&pg->records[pg->index]) { in function_stat_next() 441 rec = &pg->records[0]; in function_stat_next() 457 return function_stat_next(&stat->start->records[0], 0); in function_stat_start() 575 memset(pg->records, 0, PROFILE_RECORDS_SIZE); in ftrace_profile_reset() 745 rec = &stat->pages->records[stat->pages->index++]; in ftrace_profile_alloc() 1092 struct dyn_ftrace *records; member 1512 rec = &pg->records[_____i]; 1542 end < pg->records[0].ip || in lookup_rec() [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
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
|