| /kernel/linux/linux-6.6/lib/ |
| D | dhry.h | 326 typedef struct record { struct 327 struct record *Ptr_Comp; argument 328 Enumeration Discr; 329 union { 343 } variant;
|
| /kernel/linux/linux-5.10/fs/jbd2/ |
| D | revoke.c | 140 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
|
| /kernel/linux/linux-6.6/fs/jbd2/ |
| D | revoke.c | 140 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
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-record.c | 88 struct record { struct 90 struct record_opts opts; argument 93 struct auxtrace_record *itr; argument 115 static volatile int auxtrace_record__snapshot_started; argument 123 static bool switch_output_signal(struct record *rec) in switch_output_signal() argument 1066 static size_t process_comp_header(void *record, size_t increment) in process_comp_header() 2084 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain() 2379 static struct record record = { variable
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| D | efi-pstore.c | 54 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()
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
| D | plugin_sched_switch.c | 34 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()
|
| D | plugin_kvm.c | 255 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()
|
| D | plugin_hrtimer.c | 14 struct tep_record *record, in timer_expire_handler() 34 struct tep_record *record, in timer_start_handler()
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-record.c | 152 struct record { struct 154 struct record_opts opts; argument 158 struct auxtrace_record *itr; argument 180 struct record_thread *thread_data; argument 203 static int record__threads_enabled(struct record *rec) in record__threads_enabled() argument 1484 static size_t process_comp_header(void *record, size_t increment) in process_comp_header() 2847 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain() 3273 static struct record record = { variable
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| D | platform.c | 267 void pstore_record_init(struct pstore_record *record, in pstore_record_init() 325 struct pstore_record record; in pstore_blackbox_dump() local 419 struct pstore_record record; in pstore_dump() local 505 struct pstore_record record; in pstore_console_write() local 545 static int pstore_write_user_compat(struct pstore_record *record, in pstore_write_user_compat() 692 static void decompress_record(struct pstore_record *record, in decompress_record() 792 struct pstore_record *record; in pstore_get_backend_records() local
|
| D | zone.c | 658 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() 872 static int notrace psz_pstore_write(struct pstore_record *record) in psz_pstore_write() 942 struct pstore_record *record) in psz_kmsg_read_hdr() 959 struct pstore_record *record) in psz_kmsg_read() 1002 struct pstore_record *record) in psz_ftrace_read() [all …]
|
| /kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
| D | timerlat_aa.c | 149 struct trace_seq *s, struct tep_record *record, in timerlat_aa_irq_latency() 217 struct trace_seq *s, struct tep_record *record, in timerlat_aa_thread_latency() 241 static int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_handler() 264 static int timerlat_aa_nmi_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_nmi_handler() 307 static int timerlat_aa_irq_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_irq_handler() 403 static int timerlat_aa_softirq_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_softirq_handler() 436 static int timerlat_aa_thread_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_thread_handler() 481 static int timerlat_aa_stack_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_stack_handler() 513 static int timerlat_aa_sched_switch_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_sched_switch_handler() 544 static int timerlat_aa_kworker_start_handler(struct trace_seq *s, struct tep_record *record, in timerlat_aa_kworker_start_handler()
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| D | efi-pstore.c | 44 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()
|
| /kernel/linux/linux-6.6/lib/pldmfw/ |
| D | pldmfw.c | 259 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
|
| /kernel/linux/linux-5.10/lib/pldmfw/ |
| D | pldmfw.c | 259 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
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | zone.c | 669 struct pstore_zone *zone, struct pstore_record *record) in psz_kmsg_erase() 710 static int psz_pstore_erase(struct pstore_record *record) in psz_pstore_erase() 734 struct pstore_record *record) in psz_write_kmsg_hdr() 759 struct pstore_record *record) in psz_kmsg_write_record() 809 struct pstore_record *record) in psz_kmsg_write() 837 struct pstore_record *record) in psz_record_write() 885 static int notrace psz_pstore_write(struct pstore_record *record) in psz_pstore_write() 964 struct pstore_record *record) in psz_kmsg_read_hdr() 981 struct pstore_record *record) in psz_kmsg_read() 1022 struct pstore_record *record) in psz_ftrace_read() [all …]
|
| D | platform.c | 376 void pstore_record_init(struct pstore_record *record, in pstore_record_init() 435 struct pstore_record record; in pstore_blackbox_dump() local 526 struct pstore_record record; in pstore_dump() local 602 struct pstore_record record; in pstore_console_write() local 642 static int pstore_write_user_compat(struct pstore_record *record, in pstore_write_user_compat() 786 static void decompress_record(struct pstore_record *record) in decompress_record() 866 struct pstore_record *record; in pstore_get_backend_records() local
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| D | smbios.c | 27 struct efi_smbios_record *record; in efi_get_smbios_record() local 40 const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record, in __efi_get_smbios_string()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | arm-spe.c | 278 static struct simd_flags arm_spe__synth_simd_flags(const struct arm_spe_record *record) in arm_spe__synth_simd_flags() 302 struct arm_spe_record *record = &speq->decoder->record; in arm_spe_prep_sample() local 351 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_mem_sample() local 371 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_branch_sample() local 389 struct arm_spe_record *record = &speq->decoder->record; in arm_spe__synth_instruction_sample() local 421 static void arm_spe__synth_data_source_neoverse(const struct arm_spe_record *record, in arm_spe__synth_data_source_neoverse() 497 static void arm_spe__synth_data_source_generic(const struct arm_spe_record *record, in arm_spe__synth_data_source_generic() 520 static u64 arm_spe__synth_data_source(const struct arm_spe_record *record, u64 midr) in arm_spe__synth_data_source() 555 const struct arm_spe_record *record = &speq->decoder->record; in arm_spe_sample() local 646 struct arm_spe_record *record; in arm_spe_run_decoder() local [all …]
|
| D | zstd.c | 59 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
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
| D | vbva_base.c | 64 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
| D | vbva_base.c | 64 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
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | parse-filter.c | 1528 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()
|
| /kernel/linux/linux-6.6/drivers/acpi/apei/ |
| D | erst.c | 749 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()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | zstd.c | 59 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
|