Home
last modified time | relevance | path

Searched full:records (Results 1 – 25 of 1310) sorted by relevance

12345678910>>...53

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iwalk.c39 * therefore cache the inobt records in kernel memory and only call the walk
40 * function when our memory buffer is full. @nr_recs is the number of records
44 * allocated inodes, as the inobt records may be stale by the time they are
61 /* Array of inobt records we cache. */
82 /* Skip empty inobt records? */
156 /* Allocate a prefetch buffer for inobt records. */ in xfs_iwalk_alloc()
243 * Set ourselves up for walking inobt records starting from a given point in
283 * the record into our cache, and then see if there are more records. in xfs_iwalk_ag_start()
286 * records. in xfs_iwalk_ag_start()
293 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start()
[all …]
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_iwalk.c40 * therefore cache the inobt records in kernel memory and only call the walk
41 * function when our memory buffer is full. @nr_recs is the number of records
45 * allocated inodes, as the inobt records may be stale by the time they are
63 /* Array of inobt records we cache. */
84 /* Skip empty inobt records? */
161 /* Allocate a prefetch buffer for inobt records. */ in xfs_iwalk_alloc()
248 * Set ourselves up for walking inobt records starting from a given point in
288 * the record into our cache, and then see if there are more records. in xfs_iwalk_ag_start()
291 * records. in xfs_iwalk_ag_start()
298 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start()
[all …]
/kernel/linux/linux-5.10/fs/ntfs/
Dlogfile.h28 * These are followed by log records organized in pages headed by a log record
29 * header going up to log file size. Not all pages contain log records when a
30 * volume is first formatted, but as the volume ages, all records will be used.
31 * When the log file fills up, the records at the beginning are purged (by
89 * Constant for the log client indices meaning that there are no client records
90 * in this particular client array. Also inside the client records themselves,
91 * this means that there are no client records preceding or following this one.
120 /* 8*/ le16 log_clients; /* Number of log client records in the array of
121 log client records which follows this
124 in the array of log client records.
[all …]
/kernel/linux/linux-6.6/fs/ntfs/
Dlogfile.h28 * These are followed by log records organized in pages headed by a log record
29 * header going up to log file size. Not all pages contain log records when a
30 * volume is first formatted, but as the volume ages, all records will be used.
31 * When the log file fills up, the records at the beginning are purged (by
89 * Constant for the log client indices meaning that there are no client records
90 * in this particular client array. Also inside the client records themselves,
91 * this means that there are no client records preceding or following this one.
120 /* 8*/ le16 log_clients; /* Number of log client records in the array of
121 log client records which follows this
124 in the array of log client records.
[all …]
/kernel/linux/linux-6.6/drivers/acpi/apei/
Dbert.c40 * Print "all" the error records in the BERT table, but avoid huge spam to
41 * the console if the BIOS included oversize records, or too many records.
42 * Skipping some records here does not lose anything because the full
63 /* No more error records. */ in bert_print_all()
74 pr_info_once("Error records from previous boot:\n"); in bert_print_all()
93 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
96 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c171 static uint32_t __calc_recs_byte_sum(struct eeprom_table_record *records, in __calc_recs_byte_sum() argument
177 /* Records checksum */ in __calc_recs_byte_sum()
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
201 * This will update the table sum with new records. in __update_tbl_checksum()
204 * and old records from start will get overridden. in __update_tbl_checksum()
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
[all …]
/kernel/linux/linux-5.10/drivers/acpi/apei/
Dbert.c39 * Print "all" the error records in the BERT table, but avoid huge spam to
40 * the console if the BIOS included oversize records, or too many records.
41 * Skipping some records here does not lose anything because the full
62 /* No more error records. */ in bert_print_all()
73 pr_info_once("Error records from previous boot:\n"); in bert_print_all()
92 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
/kernel/linux/linux-6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst79 cross-references different types of metadata records with each other to look
364 - Inode records and indexes
383 errors and cross-references healthy records against other metadata to look for
424 Metadata structures in this category reflect records found in primary metadata,
510 compared the shadow records to the ondisk records.
520 metadata records.
590 coherent narrative cannot be formed from records collected, then the repair
594 designed to stage and validate all new records before committing the new
710 Targeted Fuzz Testing of Metadata Records
1077 The details of how these records are staged, written to disk, and committed
[all …]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_btree_staging.h44 /* Number of records. */
64 * This function will be called nr_records times to load records into
66 * field in in-core format. Records must be returned in sort order.
86 * The caller should set this to the number of records that will be
92 * Number of free records to leave in each leaf block. If the caller
107 * number of btree blocks needed to store nr_records records.
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_btree_staging.h44 /* Number of records. */
64 * This function will be called nr_records times to load records into
66 * field in in-core format. Records must be returned in sort order.
86 * The caller should set this to the number of records that will be
92 * Number of free records to leave in each leaf block. If the caller
107 * number of btree blocks needed to store nr_records records.
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
Dgenpool.c18 * This memory pool is only to be used to save MCE records in MCE context.
20 * 2 pages to save MCE events for now (~80 MCE records at most).
29 * Compare the record "t" with each of the records on list "l" to see if
49 * The system has panicked - we'd like to peruse the list of MCE records
52 * also drop duplicate records (these were logged because some banks are
109 pr_warn_ratelimited("MCE records pool full!\n"); in mce_gen_pool_add()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dgenpool.c18 * This memory pool is only to be used to save MCE records in MCE context.
20 * 2 pages to save MCE events for now (~80 MCE records at most).
29 * Compare the record "t" with each of the records on list "l" to see if
49 * The system has panicked - we'd like to peruse the list of MCE records
52 * also drop duplicate records (these were logged because some banks are
109 pr_warn_ratelimited("MCE records pool full!\n"); in mce_gen_pool_add()
/kernel/linux/linux-6.6/include/uapi/linux/
Ddns_resolver.h60 DNS_LOOKUP_GOOD = 1, /* Good records obtained */
61 DNS_LOOKUP_GOOD_WITH_BAD = 2, /* Good records, some decoding errors */
81 * the server records. Each server records begins with a struct of type
88 __u8 nr_servers; /* Number of server records following this */
94 * records for that server. Each address record begins with a struct of type
/kernel/linux/linux-5.10/include/uapi/linux/
Ddns_resolver.h60 DNS_LOOKUP_GOOD = 1, /* Good records obtained */
61 DNS_LOOKUP_GOOD_WITH_BAD = 2, /* Good records, some decoding errors */
81 * the server records. Each server records begins with a struct of type
88 __u8 nr_servers; /* Number of server records following this */
94 * records for that server. Each address record begins with a struct of type
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c547 dev_warn(adev->dev, "RAS records:%d exceed threshold:%d", in amdgpu_ras_eeprom_check_err_threshold()
568 * @num: number of records to write
589 DRM_ERROR("Writing %d EEPROM table records error:%d", in __amdgpu_ras_eeprom_write()
594 DRM_ERROR("Wrote %d records out of %d", in __amdgpu_ras_eeprom_write()
633 * a = first index to read (fri) + number of records in the table, in amdgpu_ras_eeprom_append_table()
637 * just append @num records starting at a; in amdgpu_ras_eeprom_append_table()
639 * append (N - a) records starting at a, and in amdgpu_ras_eeprom_append_table()
643 * append num records starting at a; and fix fri if b overwrote it, in amdgpu_ras_eeprom_append_table()
647 * write num records starting at a, which wraps around 0=N in amdgpu_ras_eeprom_append_table()
653 * the number of records present in the table after writing, is, in amdgpu_ras_eeprom_append_table()
[all …]
Damdgpu_ras_eeprom.h74 * and where the records start--always
81 /* Number of records in the table.
92 /* Maximum possible number of records
140 struct eeprom_table_record *records, const u32 num);
143 struct eeprom_table_record *records, const u32 num);
/kernel/linux/linux-6.6/include/linux/
Dihex.h3 * Compact binary representation of ihex records. Some devices need their
16 drivers which would benefit from using separate records which are
55 /* Zero length marks end of records */ in ihex_validate_fw()
63 * run off the end while reading records... */
76 dev_err(dev, "Firmware \"%s\" not valid IHEX records\n", in request_ihex_firmware()
/kernel/linux/linux-5.10/include/linux/
Dihex.h3 * Compact binary representation of ihex records. Some devices need their
16 drivers which would benefit from using separate records which are
55 /* Zero length marks end of records */ in ihex_validate_fw()
63 * run off the end while reading records... */
76 dev_err(dev, "Firmware \"%s\" not valid IHEX records\n", in request_ihex_firmware()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
Dpmu_intel.c184 struct x86_pmu_lbr *records = vcpu_to_lbr_records(vcpu); in intel_pmu_is_valid_lbr_msr() local
191 (index >= records->from && index < records->from + records->nr) || in intel_pmu_is_valid_lbr_msr()
192 (index >= records->to && index < records->to + records->nr); in intel_pmu_is_valid_lbr_msr()
194 if (!ret && records->info) in intel_pmu_is_valid_lbr_msr()
195 ret = (index >= records->info && index < records->info + records->nr); in intel_pmu_is_valid_lbr_msr()
273 * event, which helps KVM to save/restore guest LBR records in intel_pmu_create_guest_lbr_event()
309 * the LBR msrs records when the guest LBR event is scheduled in.
509 memset(&lbr_desc->records, 0, sizeof(lbr_desc->records)); in intel_pmu_refresh()
585 x86_perf_get_lbr(&lbr_desc->records); in intel_pmu_refresh()
587 lbr_desc->records.nr = 0; in intel_pmu_refresh()
[all …]
/kernel/liteos_a/drivers/char/trace/src/
Dtrace.c66 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/linux/linux-6.6/tools/perf/Documentation/
Dperf.data-file-format.txt62 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 …]
/kernel/linux/linux-5.10/Documentation/networking/
Dtls-offload.rst58 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-6.6/fs/xfs/scrub/
Dxfarray.c16 * Large Arrays of Fixed-Size Records
20 * large numbers of fixed-size records in memory that can be paged out. This
63 * Initialize a big memory array. Array records cannot be larger than a
67 * support that many records.
278 * the backing xfile. Returns ENODATA if we reach the end of the records.
308 * the first byte, since records cannot be larger than a page. in xfarray_find_data()
538 * Sort a small number of array records using scratchpad memory. The records
566 /* Grab a page for sorting records. */
587 /* Release a page we grabbed for sorting records. */
601 /* Decide if these records are eligible for in-page sorting. */
[all …]
Drmap.c45 * The furthest-reaching of the rmapbt records that we've already
46 * processed. This enables us to detect overlapping records for space
52 * The previous rmapbt record, so that we can check for two records
126 * In reverse mapping records, the file mapping extent state
129 * convert rmapbt records to keys forgot to filter out the extent state bit,
190 /* Flag failures for records that overlap but cannot. */
211 /* Overlap is only allowed if both records are data fork mappings. */ in xchk_rmapbt_check_overlapping()
225 /* Decide if two reverse-mapping records can be merged. */
254 /* Flag failures for records that could be merged. */
282 * Skip corrupt records. It is essential that we detect records in the in xchk_rmapbt_mark_bitmap()
[all …]
/kernel/linux/linux-5.10/drivers/usb/serial/
Dezusb_convert.pl5 # convert an Intel HEX file into a set of C records usable by the firmware
19 # normal records, 01 for EOF
28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;

12345678910>>...53