Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/yocto/poky/scripts/tiny/
H A Ddirsize.py27 r.records.append(Record.create(pathname))
28 r.size += r.records[-1].size
29 r.records.sort(reverse=True)
39 self.records = []
46 if len(this.records) > 0 and len(that.records) == 0:
57 for r in self.records:
59 if len(self.records) == 0:
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py45 self.records = {}
49 self.records[name] = value
52 keys = self.records.keys()
65 self.buffers = mem_sample.records['MemTotal'] - mem_sample.records['MemFree']
66 …self.used = mem_sample.records['MemTotal'] - mem_sample.records['MemFree'] - mem_sample.records['B…
67 self.cached = mem_sample.records['Cached']
68 self.swap = mem_sample.records['SwapTotal'] - mem_sample.records['SwapFree']
75 self.records = {}
78 self.records[name] = value
81 return bool(self.records)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dbenchmark_1000.c92 static void show_test_result(struct test_record records[], size_t size) in show_test_result() argument
102 records[i].data_size, records[i].spent_time, in show_test_result()
103 records[i].speed_in_kb); in show_test_result()
113 struct test_record records[ARRAY_SIZE(data_size_table) - 1]; in chunk_test() local
119 chunk_size, &records[i])); in chunk_test()
122 show_test_result(records, ARRAY_SIZE(records)); in chunk_test()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c171 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 …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.log64 CONFIG_LOG_CONSOLE - Enable writing log records to the console
101 records that pass through the filter make it to the driver.
110 limits output to records with a level less than CONFIG_LOG_MAX_LEVEL.
120 Also debug() and error() will generate log records - these use LOG_CATEGORY
178 Add a way to browse log records
180 Add a way to record log records for browsing using an external tool
186 Allow sharing of printf format strings in log records to reduce storage size
187 for large numbers of log records
198 Passing log records through to linux (e.g. via device tree /chosen)
200 Provide a command to access the number of log records generated, and the
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq.resolvconf22 [ -x /lib/resolvconf/list-records ] || exit 1
48 for F in $(/lib/resolvconf/list-records --after "lo.$MY_NAME_FOR_RESOLVCONF") ; do
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/tools/hv/
H A Dhv_kvp_daemon.c114 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 …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A DKconfig143 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
/OK3568_Linux_fs/kernel/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()
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()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
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.
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
H A Ditrace.txt17 G synthesize a call chain on existing event records
19 L synthesize last branch entries on existing event records
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.
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-pseries.c152 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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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 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 …]
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/Documentation/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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb1 SUMMARY = "ltrace intercepts and records dynamic library calls"
3 DESCRIPTION = "ltrace intercepts and records dynamic library calls \
/OK3568_Linux_fs/buildroot/package/evemu/
H A DConfig.in5 evemu records and replays device descriptions and events
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dmp_init.c46 struct mp_flight_record *records; member
101 struct mp_flight_record *rec = &mp_info.records[i]; in ap_do_flight_plan()
530 mp_info.records = p->flight_plan; in mp_init()

123456789