/Linux-v4.19/drivers/usb/serial/ |
D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
/Linux-v4.19/drivers/s390/char/ |
D | Kconfig | 99 problem reporting queue the call home records should be sent to. 164 Select this option if you want to be able to receive records collected 190 prompt "API for reading z/VM monitor service records" 193 Character device driver for reading z/VM monitor service records 197 prompt "API for writing z/VM monitor service records" 200 Character device driver for writing z/VM monitor service records
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
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-v4.19/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 …]
|
/Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.txt | 14 records. These records have a configurable size, with a size of 0 indicating
|
/Linux-v4.19/Documentation/s390/ |
D | monreader.txt | 126 followed by a set of one or more contiguous monitor records (similar to the 132 last byte of data. The start address is needed to handle "end-of-frame" records 137 of the monitor control element layout. The layout of the monitor records can 144 <first set of records> | 147 <last set of records> / 176 read with 0 size is valid but subsequent records may be missing.
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 63 struct perf_header_string strings[nr]; /* variable length records */ 150 } events[nr]; /* Variable length records */ 167 } cpus[nr]; /* Variable length records */ 186 } nodes[nr]; /* Variable length records */ 202 } [nr]; /* Variable length records */ 215 } [nr]; /* Variable length records */ 438 Describes a header feature. These are records used in pipe-mode that
|
D | perf-lock.txt | 18 'perf lock record <command>' records lock events
|
D | perf-inject.txt | 58 Process jitdump files by injecting the mmap records corresponding to jitted
|
D | perf-record.txt | 242 When "dwarf" recording is used, perf also records (user) stack dump 285 Collect raw sample records from all opened counters (default for tracepoint counters). 299 events looking for mmap records. The downside is that it can misresolve 403 records. See clock_gettime(). In particular CLOCK_MONOTONIC and 490 overwrite the oldest records, that thus will never make it to the 493 When '--overwrite' and '--switch-output' are used perf records and drops
|
/Linux-v4.19/Documentation/arm64/ |
D | tagged-pointers.txt | 31 - the frame pointer (x29) and frame records, e.g. when interpreting 42 Programs maintaining a frame pointer and frame records that use non-zero
|
/Linux-v4.19/kernel/trace/ |
D | ftrace.c | 431 struct ftrace_profile records[]; member 443 (PAGE_SIZE - offsetof(struct ftrace_profile_page, records)) 470 if ((void *)rec >= (void *)&pg->records[pg->index]) { in function_stat_next() 474 rec = &pg->records[0]; in function_stat_next() 490 return function_stat_next(&stat->start->records[0], 0); in function_stat_start() 608 memset(pg->records, 0, PROFILE_RECORDS_SIZE); in ftrace_profile_reset() 778 rec = &stat->pages->records[stat->pages->index++]; in ftrace_profile_alloc() 1124 struct dyn_ftrace *records; member 1541 rec = &pg->records[_____i]; 1582 if (end < pg->records[0].ip || in ftrace_location_range() [all …]
|
/Linux-v4.19/Documentation/mtd/ |
D | intel-spi.txt | 50 16384+0 records in 51 16384+0 records out
|
/Linux-v4.19/fs/reiserfs/ |
D | lbalance.c | 29 char *records; in leaf_copy_dir_entries() local 44 records = in leaf_copy_dir_entries() 49 records = NULL; in leaf_copy_dir_entries() 113 records, 0); in leaf_copy_dir_entries() 123 : 0, copy_count, deh + from, records, in leaf_copy_dir_entries() 1319 const char *records, int paste_size) in leaf_paste_entries() argument 1373 memcpy(insert_point + DEH_SIZE * new_entry_count, records, in leaf_paste_entries()
|
/Linux-v4.19/net/dns_resolver/ |
D | Kconfig | 14 performing a DNS query for AFSDB records so that AFS can locate a
|
/Linux-v4.19/Documentation/networking/ |
D | tls.txt | 67 The sendfile system call will send the file's data over TLS records of maximum 74 TLS records are created and sent after each send() call, unless 181 recv will never return data from mixed types of TLS records.
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 1505 struct htt_tx_fetch_record records[0]; member 1512 return (void *)&ind->records[le16_to_cpu(ind->num_records)]; in ath10k_htt_get_tx_fetch_ind_resp_ids() 1521 struct htt_tx_fetch_record records[0]; member 1559 struct htt_tx_mode_switch_record records[0]; member 2053 struct htt_tx_fetch_record *records,
|
D | htt_tx.c | 987 struct htt_tx_fetch_record *records, in ath10k_htt_tx_fetch_resp() argument 1002 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp() 1016 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp() 1017 sizeof(records[0]) * num_records); in ath10k_htt_tx_fetch_resp()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | dev-kmsg | 33 records are available read() will block, or if O_NONBLOCK is 42 Subsequent reads() will return available records again.
|
D | pstore | 9 provide a generic interface to show records captured in
|
D | sysfs-class-cxl | 106 AFU configuration records (eg. /sys/class/cxl/afu0.0/cr0): 108 An AFU may optionally export one or more PCIe like configuration records, known 109 as AFU configuration records, which will show up here (if present).
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vboxvideo.h | 166 struct vbva_record records[VBVA_MAX_RECORDS]; member
|
D | vbva_base.c | 205 record = &vbva_ctx->vbva->records[vbva_ctx->vbva->record_free_index]; in vbva_buffer_begin_update()
|
/Linux-v4.19/Documentation/fmc/ |
D | parameters.txt | 16 the binary content of SDB records. This currently only dumps the
|
/Linux-v4.19/include/uapi/linux/ |
D | ndctl.h | 89 } __packed records[0]; member
|