Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 152) sorted by relevance

1234567

/linux-6.15/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c80 &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 …]
/linux-6.15/arch/x86/kvm/vmx/
H A Dpmu_intel.c134 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-6.15/tools/testing/selftests/landlock/
H A Dptrace_test.c484 struct audit_records records; in TEST_F() local
487 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
488 EXPECT_EQ(0, records.access); in TEST_F()
489 EXPECT_EQ(0, records.domain); in TEST_F()
525 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
526 EXPECT_EQ(0, records.access); in TEST_F()
528 EXPECT_EQ(1, records.domain); in TEST_F()
572 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
573 EXPECT_EQ(0, records.access); in TEST_F()
574 EXPECT_EQ(0, records.domain); in TEST_F()
H A Daudit_test.c356 struct audit_records records; in TEST_F() local
410 EXPECT_EQ(0, records.access); in TEST_F()
412 EXPECT_EQ(1, records.access); in TEST_F()
414 EXPECT_EQ(0, records.domain); in TEST_F()
543 struct audit_records records; in TEST_F() local
601 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
602 EXPECT_EQ(0, records.access); in TEST_F()
603 EXPECT_EQ(0, records.domain); in TEST_F()
621 EXPECT_EQ(0, records.access); in TEST_F()
645 EXPECT_EQ(0, records.access); in TEST_F()
[all …]
H A Dfs_test.c5640 struct audit_records records; in TEST_F() local
5660 EXPECT_EQ(0, records.access); in TEST_F()
5661 EXPECT_EQ(0, records.domain); in TEST_F()
5691 struct audit_records records; in TEST_F() local
5713 EXPECT_EQ(0, records.access); in TEST_F()
5714 EXPECT_EQ(0, records.domain); in TEST_F()
5719 struct audit_records records; in TEST_F() local
5730 EXPECT_EQ(0, records.access); in TEST_F()
5731 EXPECT_EQ(1, records.domain); in TEST_F()
5736 struct audit_records records; in TEST_F() local
[all …]
H A Daudit.h343 static int audit_count_records(int audit_fd, struct audit_records *records) in audit_count_records() argument
348 records->access = 0; in audit_count_records()
349 records->domain = 0; in audit_count_records()
363 records->access++; in audit_count_records()
366 records->domain++; in audit_count_records()
/linux-6.15/tools/perf/Documentation/
H A Dperf-iostat.txt55 357708+0 records in
56 357707+0 records out
74 357708+0 records in
75 357707+0 records out
H A 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 …]
/linux-6.15/drivers/usb/serial/
H A Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-edac-memory-repair33 attributes to use will be presented in related error records.
89 The HPA to use will be provided in related error records.
98 records.
106 presented in related error records.
122 nibble mask to use will be provided in related error records.
142 related error records and trace events, for eg. CXL DRAM
143 and CXL general media error records in CXL memory devices.
159 in related error records and be available to userspace
161 error records of CXL memory devices.
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h151 struct eeprom_table_record *records, const u32 num);
154 struct eeprom_table_record *records, const u32 num);
/linux-6.15/Documentation/networking/
H A Dtls.rst79 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.
212 To prevent attempting to decrypt incoming records using the wrong key,
265 this will look like TLS records had been tampered with and will result
271 TLS 1.3 only. Expect the sender to not pad records. This allows the data
308 number of RX records which had to be re-decrypted due to
310 also increment for non-data records.
313 number of data RX records which had to be re-decrypted due to
H A Dtls-offload.rst58 and the ``strparser`` mechanism is used to delineate the records. Upon read
124 segmentation, so the initial records' TCP sequence number may be anywhere
276 as received on wire, red stripes mark start of new records.
323 and counting all records since the just-confirmed one, it adds the number
324 of records it had seen to the record number provided by the kernel.
342 whenever it sees the records are no longer getting decrypted.
345 records.
349 records continue to be received fully encrypted stack retries the
351 records, then after 4 records, after 8, after 16... up until every
352 128 records).
[all …]
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst79 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-6.15/Documentation/filesystems/ext4/
H A Dbitmaps.rst9 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-6.15/drivers/cpuidle/
H A Dcpuidle-pseries.c155 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()
/linux-6.15/drivers/s390/char/
H A DKconfig147 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-6.15/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst44 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-6.15/Documentation/driver-api/pldmfw/
H A Dindex.rst41 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
H A Dfile-format.rst9 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-6.15/tools/firmware/
H A Dihex2fw.c252 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-6.15/lib/pldmfw/
H A Dpldmfw.c27 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()
562 list_for_each_entry_safe(record, r_safe, &data->records, entry) { in pldmfw_free_priv()
706 list_for_each_entry(record, &data->records, entry) { in pldm_find_matching_record()
849 INIT_LIST_HEAD(&data->records); in pldmfw_flash_image()
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst510 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-6.15/tools/hv/
H A Dhv_kvp_daemon.c126 struct kvp_record *records; member
175 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
191 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state()
237 kvp_file_info[pool].records = record; in kvp_update_mem_state()
269 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
270 if (kvp_file_info[i].records == NULL) in kvp_file_init()
292 record = kvp_file_info[pool].records; in kvp_key_delete()
340 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
370 kvp_file_info[pool].records = record; in kvp_key_add_or_modify()
393 record = kvp_file_info[pool].records; in kvp_get_value()
[all …]
/linux-6.15/Documentation/bpf/
H A Dringbuf.rst75 - 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.

1234567