Home
last modified time | relevance | path

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

12345

/linux/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/tools/perf/
A Dbuiltin-record.c90 struct record { struct
92 struct record_opts opts; argument
95 struct auxtrace_record *itr; argument
118 static volatile int auxtrace_record__snapshot_started; argument
126 static bool switch_output_signal(struct record *rec) in switch_output_signal() argument
1079 static size_t process_comp_header(void *record, size_t increment) in process_comp_header()
2105 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain()
2433 static struct record record = { variable
A Dperf-with-kcore.sh141 record() function
/linux/tools/lib/traceevent/plugins/
A Dplugin_kvm.c255 static int print_exit_reason(struct trace_seq *s, struct tep_record *record, in print_exit_reason()
276 static int kvm_exit_handler(struct trace_seq *s, struct tep_record *record, in kvm_exit_handler()
299 struct tep_record *record, in kvm_emulate_insn_handler()
338 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_inject_handler()
352 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_handler()
378 static int kvm_mmu_print_role(struct trace_seq *s, struct tep_record *record, in kvm_mmu_print_role()
425 struct tep_record *record, in kvm_mmu_get_page_handler()
A Dplugin_sched_switch.c34 struct tep_record *record, in write_and_save_comm()
54 struct tep_record *record, in sched_wakeup_handler()
83 struct tep_record *record, in sched_switch_handler()
A Dplugin_hrtimer.c14 struct tep_record *record, in timer_expire_handler()
34 struct tep_record *record, in timer_start_handler()
A Dplugin_function.c131 static int function_handler(struct trace_seq *s, struct tep_record *record, in function_handler()
173 trace_stack_handler(struct trace_seq *s, struct tep_record *record, in trace_stack_handler()
211 trace_raw_data_handler(struct trace_seq *s, struct tep_record *record, in trace_raw_data_handler()
/linux/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.c370 void pstore_record_init(struct pstore_record *record, in pstore_record_init()
418 struct pstore_record record; in pstore_dump() local
494 struct pstore_record record; in pstore_console_write() local
534 static int pstore_write_user_compat(struct pstore_record *record, in pstore_write_user_compat()
671 static void decompress_record(struct pstore_record *record) in decompress_record()
751 struct pstore_record *record; in pstore_get_backend_records() local
A Dram.c118 struct pstore_record *record) in ramoops_get_next_prz()
176 static ssize_t ramoops_pstore_read(struct pstore_record *record) in ramoops_pstore_read()
292 struct pstore_record *record) in ramoops_write_kmsg_hdr()
307 static int notrace ramoops_pstore_write(struct pstore_record *record) in ramoops_pstore_write()
392 static int notrace ramoops_pstore_write_user(struct pstore_record *record, in ramoops_pstore_write_user()
406 static int ramoops_pstore_erase(struct pstore_record *record) in ramoops_pstore_erase()
A Dinode.c40 struct pstore_record *record; member
183 struct pstore_record *record = p->record; in pstore_unlink() local
345 int pstore_mkfile(struct dentry *root, struct pstore_record *record) in pstore_mkfile()
/linux/drivers/firmware/efi/
A Defi-pstore.c44 struct pstore_record *record) in efi_pstore_read_func()
173 static int efi_pstore_sysfs_entry_iter(struct pstore_record *record) in efi_pstore_sysfs_entry_iter()
224 static ssize_t efi_pstore_read(struct pstore_record *record) in efi_pstore_read()
247 static int efi_pstore_write(struct pstore_record *record) in efi_pstore_write()
333 static int efi_pstore_erase(struct pstore_record *record) in efi_pstore_erase()
/linux/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/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
/linux/tools/lib/traceevent/
A Dparse-filter.c1528 get_comm(struct tep_event *event, struct tep_record *record) in get_comm()
1540 struct tep_format_field *field, struct tep_record *record) in get_value()
1580 struct tep_record *record, enum tep_errno *err) in get_exp_value()
1635 struct tep_record *record, enum tep_errno *err) in get_arg_value()
1659 struct tep_record *record, enum tep_errno *err) in test_num()
1699 static const char *get_field_str(struct tep_filter_arg *arg, struct tep_record *record) in get_field_str()
1750 struct tep_record *record, enum tep_errno *err) in test_str()
1781 struct tep_record *record, enum tep_errno *err) in test_op()
1803 struct tep_record *record, enum tep_errno *err) in test_filter()
1875 struct tep_record *record) in tep_filter_match()
/linux/tools/perf/util/
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
A Darm-spe.c274 struct arm_spe_record *record = &speq->decoder->record; in arm_spe_prep_sample() local
322 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_mem_sample() local
341 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_branch_sample() local
366 static u64 arm_spe__synth_data_source(const struct arm_spe_record *record) in arm_spe__synth_data_source()
408 const struct arm_spe_record *record = &speq->decoder->record; in arm_spe_sample() local
489 struct arm_spe_record *record; in arm_spe_run_decoder() local
570 struct arm_spe_record *record; in arm_spe__setup_queue() local
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras_eeprom.c294 struct eeprom_table_record *record, in __encode_table_record_to_buf()
322 struct eeprom_table_record *record, in __decode_table_record_from_buf()
415 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append_table()
597 struct eeprom_table_record *record, in amdgpu_ras_eeprom_append()
680 struct eeprom_table_record *record, in amdgpu_ras_eeprom_read()
901 struct eeprom_table_record record; in amdgpu_ras_debugfs_table_read() local
/linux/drivers/misc/cxl/
A Dvphb.c106 int record; in cxl_pcie_config_info() local
119 int rc, record; in cxl_pcie_read_config() local
159 int rc, record; in cxl_pcie_write_config() local
/linux/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()
972 static ssize_t erst_reader(struct pstore_record *record) in erst_reader()
1040 static int erst_writer(struct pstore_record *record) in erst_writer()
1088 static int erst_clearer(struct pstore_record *record) in erst_clearer()
/linux/samples/bpf/
A Dxdp_rxq_info_user.c187 struct record { struct
193 struct record stats; argument
432 struct stats_record *record, *prev; in stats_poll() local
/linux/net/tls/
A Dtls_device.c126 static void destroy_record(struct tls_record_info *record) in destroy_record()
246 static void tls_append_frag(struct tls_record_info *record, in tls_append_frag()
272 struct tls_record_info *record, in tls_push_record()
305 struct tls_record_info *record, in tls_device_record_close()
339 struct tls_record_info *record; in tls_create_new_record() local
422 struct tls_record_info *record; in tls_push_data() local
/linux/kernel/
A Dlatencytop.c106 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() local
183 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() local
/linux/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/drivers/gpu/drm/amd/display/dc/bios/
A Dbios_parser.c224 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local
269 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local
293 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record()
335 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; in bios_parser_get_device_tag() local
1472 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; in bios_parser_get_encoder_cap_info() local
1829 ATOM_I2C_RECORD *record, in get_gpio_i2c_info()
2593 ATOM_BRACKET_LAYOUT_RECORD *record; in update_slot_layout_info() local

Completed in 90 milliseconds

12345