Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.3-rc2/fs/jbd2/
A Drevoke.c140 struct jbd2_revoke_record_s *record; in insert_revoke_hash() local
164 struct jbd2_revoke_record_s *record; in find_revoke_record() local
425 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke() local
495 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags() local
535 struct jbd2_revoke_record_s *record; in jbd2_journal_write_revoke_records() local
575 struct jbd2_revoke_record_s *record) in write_one_revoke_record()
687 struct jbd2_revoke_record_s *record; in jbd2_journal_set_revoke() local
711 struct jbd2_revoke_record_s *record; in jbd2_journal_test_revoke() local
730 struct jbd2_revoke_record_s *record; in jbd2_journal_clear_revoke() local
/linux-6.3-rc2/lib/
A Ddhry.h326 typedef struct record { struct
327 struct record *Ptr_Comp; argument
328 Enumeration Discr;
329 union {
343 } variant;
/linux-6.3-rc2/drivers/firmware/efi/
A Defi-pstore.c54 static int efi_pstore_read_func(struct pstore_record *record, in efi_pstore_read_func()
130 static ssize_t efi_pstore_read(struct pstore_record *record) in efi_pstore_read()
167 static int efi_pstore_write(struct pstore_record *record) in efi_pstore_write()
198 static int efi_pstore_erase(struct pstore_record *record) in efi_pstore_erase()
/linux-6.3-rc2/tools/tracing/rtla/src/
A Dtimerlat_aa.c145 struct trace_seq *s, struct tep_record *record, in timerlat_aa_irq_latency()
212 struct trace_seq *s, struct tep_record *record, in timerlat_aa_thread_latency()
236 int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_handler()
259 static int timerlat_aa_nmi_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_nmi_handler()
299 static int timerlat_aa_irq_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_irq_handler()
375 static int timerlat_aa_softirq_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_softirq_handler()
406 static int timerlat_aa_thread_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_thread_handler()
449 static int timerlat_aa_stack_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_stack_handler()
480 static int timerlat_aa_sched_switch_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_sched_switch_handler()
511 static int timerlat_aa_kworker_start_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_kworker_start_handler()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c153 struct record { struct
155 struct record_opts opts; argument
159 struct auxtrace_record *itr; argument
181 struct record_thread *thread_data; argument
204 static int record__threads_enabled(struct record *rec) in record__threads_enabled() argument
1483 static size_t process_comp_header(void *record, size_t increment) in process_comp_header()
2866 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain()
3292 static struct record record = { variable
/linux-6.3-rc2/fs/pstore/
A Dzone.c658 struct pstore_zone *zone, struct pstore_record *record) in psz_kmsg_erase()
699 static int psz_pstore_erase(struct pstore_record *record) in psz_pstore_erase()
721 struct pstore_record *record) in psz_write_kmsg_hdr()
746 struct pstore_record *record) in psz_kmsg_write_record()
796 struct pstore_record *record) in psz_kmsg_write()
824 struct pstore_record *record) in psz_record_write()
942 struct pstore_record *record) in psz_kmsg_read_hdr()
959 struct pstore_record *record) in psz_kmsg_read()
1000 struct pstore_record *record) in psz_ftrace_read()
1031 struct pstore_record *record) in psz_record_read()
[all …]
A Dplatform.c373 void pstore_record_init(struct pstore_record *record, in pstore_record_init()
420 struct pstore_record record; in pstore_dump() local
504 struct pstore_record record; in pstore_console_write() local
544 static int pstore_write_user_compat(struct pstore_record *record, in pstore_write_user_compat()
684 static void decompress_record(struct pstore_record *record) in decompress_record()
764 struct pstore_record *record; in pstore_get_backend_records() local
A Dram.c119 struct pstore_record *record) in ramoops_get_next_prz()
177 static ssize_t ramoops_pstore_read(struct pstore_record *record) in ramoops_pstore_read()
293 struct pstore_record *record) in ramoops_write_kmsg_hdr()
308 static int notrace ramoops_pstore_write(struct pstore_record *record) in ramoops_pstore_write()
393 static int notrace ramoops_pstore_write_user(struct pstore_record *record, in ramoops_pstore_write_user()
407 static int ramoops_pstore_erase(struct pstore_record *record) in ramoops_pstore_erase()
A Dinode.c40 struct pstore_record *record; member
184 struct pstore_record *record = p->record; in pstore_unlink() local
346 int pstore_mkfile(struct dentry *root, struct pstore_record *record) in pstore_mkfile()
/linux-6.3-rc2/lib/pldmfw/
A Dpldmfw.c259 pldm_parse_desc_tlvs(struct pldmfw_priv *data, struct pldmfw_record *record, u8 desc_count) in pldm_parse_desc_tlvs()
323 struct pldmfw_record *record; in pldm_parse_one_record() local
403 const struct __pldmfw_record_info *record; in pldm_parse_records() local
546 struct pldmfw_record *record, *r_safe; in pldmfw_free_priv() local
628 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record) in pldmfw_op_pci_match_record()
696 struct pldmfw_record *record; in pldm_find_matching_record() local
720 struct pldmfw_record *record = data->matching_record; in pldm_send_package_data() local
/linux-6.3-rc2/drivers/gpu/drm/vboxvideo/
A Dvbva_base.c64 struct vbva_record *record; in vbva_write() local
167 struct vbva_record *record; in vbva_buffer_begin_update() local
197 struct vbva_record *record = vbva_ctx->record; in vbva_buffer_end_update() local
A Dvboxvideo_guest.h22 struct vbva_record *record; member
/linux-6.3-rc2/tools/perf/util/
A Darm-spe.c281 struct arm_spe_record *record = &speq->decoder->record; in arm_spe_prep_sample() local
329 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_mem_sample() local
349 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_branch_sample() local
367 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_instruction_sample() local
399 static void arm_spe__synth_data_source_neoverse(const struct arm_spe_record *record, in arm_spe__synth_data_source_neoverse()
475 static void arm_spe__synth_data_source_generic(const struct arm_spe_record *record, in arm_spe__synth_data_source_generic()
498 static u64 arm_spe__synth_data_source(const struct arm_spe_record *record, u64 midr) in arm_spe__synth_data_source()
529 const struct arm_spe_record *record = &speq->decoder->record; in arm_spe_sample() local
620 struct arm_spe_record *record; in arm_spe_run_decoder() local
701 struct arm_spe_record *record; in arm_spe__setup_queue() local
A Dzstd.c59 size_t process_header(void *record, size_t increment)) in zstd_compress_stream_to_records()
64 void *record; in zstd_compress_stream_to_records() local
/linux-6.3-rc2/drivers/acpi/apei/
A Derst.c749 static int __erst_write_to_nvram(const struct cper_record_header *record) in __erst_write_to_nvram()
767 int erst_write(const struct cper_record_header *record) in erst_write()
820 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read()
843 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
876 ssize_t erst_read_record(u64 record_id, struct cper_record_header *record, in erst_read_record()
1036 static ssize_t erst_reader(struct pstore_record *record) in erst_reader()
1101 static int erst_writer(struct pstore_record *record) in erst_writer()
1149 static int erst_clearer(struct pstore_record *record) in erst_clearer()
/linux-6.3-rc2/drivers/misc/cxl/
A Dvphb.c100 int record; in cxl_pcie_config_info() local
113 int rc, record; in cxl_pcie_read_config() local
153 int rc, record; in cxl_pcie_write_config() local
/linux-6.3-rc2/samples/bpf/
A Dxdp_rxq_info_user.c196 struct record { struct
202 struct record stats; argument
441 struct stats_record *record, *prev; in stats_poll() local
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras_eeprom.c362 struct eeprom_table_record *record, in __encode_table_record_to_buf()
390 struct eeprom_table_record *record, in __decode_table_record_from_buf()
492 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append_table()
682 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append()
765 struct eeprom_table_record *record, in amdgpu_ras_eeprom_read()
994 struct eeprom_table_record record; in amdgpu_ras_debugfs_table_read() local
/linux-6.3-rc2/net/tls/
A Dtls_device.c139 static void destroy_record(struct tls_record_info *record) in destroy_record()
259 static void tls_append_frag(struct tls_record_info *record, in tls_append_frag()
285 struct tls_record_info *record, in tls_push_record()
318 struct tls_record_info *record, in tls_device_record_close()
352 struct tls_record_info *record; in tls_create_new_record() local
441 struct tls_record_info *record; in tls_push_data() local
/linux-6.3-rc2/kernel/
A Dlatencytop.c132 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() local
209 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() local
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/bios/
A Dbios_parser.c226 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local
271 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local
295 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record()
337 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; in bios_parser_get_device_tag() local
1477 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; in bios_parser_get_encoder_cap_info() local
1839 ATOM_I2C_RECORD *record, in get_gpio_i2c_info()
2604 ATOM_BRACKET_LAYOUT_RECORD *record; in update_slot_layout_info() local
A Dbios_parser2.c392 struct atom_i2c_record *record; in bios_parser_get_i2c_info() local
457 struct atom_i2c_record *record, in get_gpio_i2c_info()
570 struct atom_hpd_int_record *record = NULL; in bios_parser_get_hpd_info() local
2062 struct atom_encoder_caps_record *record = NULL; in bios_parser_get_encoder_cap_info() local
2228 struct atom_disp_connector_caps_record *record = NULL; in bios_parser_get_disp_connector_caps_info() local
2314 struct atom_connector_speed_record *record; in bios_parser_get_connector_speed_cap_info() local
3121 struct atom_bracket_layout_record *record; in update_slot_layout_info() local
3236 struct atom_bracket_layout_record_v2 *record; in update_slot_layout_info_v2() local
/linux-6.3-rc2/tools/firmware/
A Dihex2fw.c134 struct ihex_binrec *record; in process_ihex() local
254 static void file_record(struct ihex_binrec *record) in file_record()
/linux-6.3-rc2/tools/hv/
A Dhv_kvp_daemon.c179 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state() local
272 struct kvp_record *record; in kvp_key_delete() local
315 struct kvp_record *record; in kvp_key_add_or_modify() local
369 struct kvp_record *record; in kvp_get_value() local
399 struct kvp_record *record; in kvp_pool_enumerate() local
/linux-6.3-rc2/drivers/cpuidle/
A Dcpuidle-pseries.c204 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters() local
372 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency() local

Completed in 91 milliseconds

12345