Home
last modified time | relevance | path

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

12345

/linux/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c80 &open_chapter->records); in uds_make_open_chapter()
95 memset(open_chapter->records, 0, records_size(open_chapter)); in uds_reset_open_chapter()
122 record = &open_chapter->records[record_number]; in probe_chapter_slots()
148 *metadata = open_chapter->records[record_number].data; in uds_search_open_chapter()
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()
237 struct uds_volume_record *record = &collated_records[records]; in fill_delta_chapter_index()
[all …]
H A Dopen-chapter.h39 struct uds_volume_record *records; member
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c52 return &to_vmx(vcpu)->lbr_desc.records; in vcpu_to_lbr_records()
170 struct x86_pmu_lbr *records = vcpu_to_lbr_records(vcpu); in intel_pmu_is_valid_lbr_msr() local
177 (index >= records->from && index < records->from + records->nr) || in intel_pmu_is_valid_lbr_msr()
178 (index >= records->to && index < records->to + records->nr); in intel_pmu_is_valid_lbr_msr()
180 if (!ret && records->info) in intel_pmu_is_valid_lbr_msr()
181 ret = (index >= records->info && index < records->info + records->nr); in intel_pmu_is_valid_lbr_msr()
514 memset(&lbr_desc->records, 0, sizeof(lbr_desc->records)); in intel_pmu_refresh()
555 memcpy(&lbr_desc->records, &vmx_lbr_caps, sizeof(vmx_lbr_caps)); in intel_pmu_refresh()
557 lbr_desc->records.nr = 0; in intel_pmu_refresh()
559 if (lbr_desc->records.nr) in intel_pmu_refresh()
[all …]
H A Dpmu_intel.h12 struct x86_pmu_lbr records; member
/linux/tools/testing/selftests/landlock/
H A Daudit_test.c357 struct audit_records records; in TEST_F() local
408 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
411 EXPECT_EQ(0, records.access); in TEST_F()
413 EXPECT_EQ(1, records.access); in TEST_F()
415 EXPECT_EQ(0, records.domain); in TEST_F()
544 struct audit_records records; in TEST_F() local
602 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
603 EXPECT_EQ(0, records.access); in TEST_F()
604 EXPECT_EQ(0, records.domain); in TEST_F()
621 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
[all …]
H A Dfs_test.c7138 struct audit_records records; in TEST_F() local
7157 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
7158 EXPECT_EQ(0, records.access); in TEST_F()
7159 EXPECT_EQ(0, records.domain); in TEST_F()
7189 struct audit_records records; in TEST_F() local
7210 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
7211 EXPECT_EQ(0, records.access); in TEST_F()
7212 EXPECT_EQ(0, records.domain); in TEST_F()
7217 struct audit_records records; in TEST_F() local
7227 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
[all …]
H A Daudit.h341 static int audit_count_records(int audit_fd, struct audit_records *records) in audit_count_records() argument
346 records->access = 0; in audit_count_records()
347 records->domain = 0; in audit_count_records()
361 records->access++; in audit_count_records()
364 records->domain++; in audit_count_records()
/linux/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 */
383 Indicates that trace contains records of PERF_RECORD_COMPRESSED2 type
384 that have perf_events records in compressed form.
424 } [nr]; /* Variable length records */
612 Describes a header feature. These are records used in pipe-mode that
[all …]
H A Dsecurity.txt140 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.
/linux/drivers/usb/serial/
H A Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c300 int records; in time_bench_print_stats_cpumask() member
318 sum.records++; in time_bench_print_stats_cpumask()
323 if (sum.records) /* avoid div-by-zero */ in time_bench_print_stats_cpumask()
324 average = sum.tsc_cycles / sum.records; in time_bench_print_stats_cpumask()
326 average, sum.records, step); in time_bench_print_stats_cpumask()
/linux/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/tools/hv/
H A Dhv_kvp_daemon.c127 struct kvp_record *records; member
176 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
198 kvp_file_info[pool].records[i].key, in kvp_dump_initial_pools()
199 kvp_file_info[pool].records[i].value); in kvp_dump_initial_pools()
206 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state()
252 kvp_file_info[pool].records = record; in kvp_update_mem_state()
284 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
285 if (kvp_file_info[i].records == NULL) in kvp_file_init()
309 record = kvp_file_info[pool].records; in kvp_key_delete()
376 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
[all …]
/linux/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/Documentation/arch/powerpc/
H A Dvpa-dtl.rst36 this data is made available as PERF_RECORD_AUXTRACE records.
41 based on timestamp. When the different PERF_RECORD_XX records are processed,
75 There are different PERF_RECORD_XX records. In that records corresponding to
122 processing of PERF_RECORD_AUXTRACE records will translate to meaningful data
/linux/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/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/Documentation/driver-api/pldmfw/
H A Dindex.rst40 length, including version strings and the number of records and components.
50 Endian to CPU host format. Additionally the records, descriptors, and
60 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/Documentation/networking/
H A 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 segmentation, so the initial records' TCP sequence number may be anywhere
139 segments may start at any point of a record and contain any number of records.
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
[all …]
/linux/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.
/linux/Documentation/arch/s390/
H A Dmonreader.rst137 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/
H A Dkvm_stat.txt115 --skip-zero-records::
116 omit records with all zeros in logging mode
/linux/Documentation/ABI/testing/
H A Ddev-kmsg35 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

12345