Home
last modified time | relevance | path

Searched refs:mattr (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/edac/
H A Dedac_mc_sysfs.c189 struct device_attribute *mattr, in csrow_edac_mode_show() argument
203 unsigned int chan = to_channel(mattr); in channel_dimm_label_show()
214 struct device_attribute *mattr, in channel_dimm_label_store() argument
218 unsigned int chan = to_channel(mattr); in channel_dimm_label_store()
242 unsigned int chan = to_channel(mattr); in channel_ce_count_show()
683 struct device_attribute *mattr, in mci_reset_counters_store() argument
765 struct device_attribute *mattr, in mci_ue_count_show() argument
774 struct device_attribute *mattr, in mci_ce_count_show() argument
801 struct device_attribute *mattr, in mci_seconds_show() argument
810 struct device_attribute *mattr, in mci_ctl_name_show() argument
[all …]
H A Dfsl_ddr_edac.c69 struct device_attribute *mattr, in fsl_mc_inject_data_hi_show() argument
79 struct device_attribute *mattr, in fsl_mc_inject_data_lo_show() argument
89 struct device_attribute *mattr, in fsl_mc_inject_ctrl_show() argument
99 struct device_attribute *mattr, in fsl_mc_inject_data_hi_store() argument
119 struct device_attribute *mattr, in fsl_mc_inject_data_lo_store() argument
139 struct device_attribute *mattr, in fsl_mc_inject_ctrl_store() argument
H A Di7core_edac.c683 struct device_attribute *mattr, in i7core_inject_section_store() argument
703 struct device_attribute *mattr, in i7core_inject_section_show() argument
720 struct device_attribute *mattr, in i7core_inject_type_store() argument
740 struct device_attribute *mattr, in i7core_inject_type_show() argument
760 struct device_attribute *mattr, in i7core_inject_eccmask_store() argument
780 struct device_attribute *mattr, in i7core_inject_eccmask_show() argument
803 struct device_attribute *mattr, \
832 struct device_attribute *mattr, \
911 struct device_attribute *mattr, in i7core_inject_enable_store() argument
1015 struct device_attribute *mattr, in i7core_inject_enable_show() argument
[all …]
H A Dsynopsys_edac.c1062 struct device_attribute *mattr, in inject_data_error_show() argument
1076 struct device_attribute *mattr, in inject_data_error_store() argument
1091 struct device_attribute *mattr, in inject_data_poison_show() argument
1103 struct device_attribute *mattr, in inject_data_poison_store() argument
H A Damd64_edac.c550 struct device_attribute *mattr, char *data) \
563 static ssize_t dram_hole_show(struct device *dev, struct device_attribute *mattr, in dram_hole_show() argument
601 struct device_attribute *mattr, char *buf) in inject_section_show() argument
615 struct device_attribute *mattr, in inject_section_store() argument
637 struct device_attribute *mattr, char *buf) in inject_word_show() argument
651 struct device_attribute *mattr, in inject_word_store() argument
673 struct device_attribute *mattr, in inject_ecc_vector_show() argument
687 struct device_attribute *mattr, in inject_ecc_vector_store() argument
713 struct device_attribute *mattr, in inject_read_store() argument
746 struct device_attribute *mattr, in inject_write_store() argument
/linux-6.15/kernel/
H A Dparams.c546 struct module_attribute mattr; member
564 const struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show()
581 const struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store()
670 sysfs_attr_init(&mk->mp->attrs[mk->mp->num - 1].mattr.attr); in add_sysfs_param()
672 mk->mp->attrs[mk->mp->num - 1].mattr.show = param_attr_show; in add_sysfs_param()
677 mk->mp->attrs[mk->mp->num - 1].mattr.store = NULL; in add_sysfs_param()
678 mk->mp->attrs[mk->mp->num - 1].mattr.attr.name = (char *)name; in add_sysfs_param()
679 mk->mp->attrs[mk->mp->num - 1].mattr.attr.mode = kp->perm; in add_sysfs_param()
683 mk->mp->grp.attrs[i] = &mk->mp->attrs[i].mattr.attr; in add_sysfs_param()
858 container_of_const(mattr, struct module_version_attribute, mattr); in __modver_version_show()
[all …]
/linux-6.15/tools/tracing/latency/
H A Dlatency-collector.c451 pthread_mutexattr_t mattr; in init_print_mtx() local
453 mutexattr_init(&mattr); in init_print_mtx()
454 mutexattr_settype(&mattr, PTHREAD_MUTEX_RECURSIVE); in init_print_mtx()
455 mutex_init(&print_mtx, &mattr); in init_print_mtx()
456 mutexattr_destroy(&mattr); in init_print_mtx()
648 pthread_mutexattr_t mattr; in init_save_state() local
650 mutexattr_init(&mattr); in init_save_state()
651 mutexattr_settype(&mattr, PTHREAD_MUTEX_RECURSIVE); in init_save_state()
652 mutex_init(&save_state.mutex, &mattr); in init_save_state()
653 mutexattr_destroy(&mattr); in init_save_state()
/linux-6.15/samples/hid/
H A DMakefile85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
99 LLC_FLAGS += -mattr=dwarfris
147 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/linux-6.15/arch/riscv/
H A DMakefile60 KBUILD_LDFLAGS += -mllvm -mattr=+c -mllvm -mattr=+relax
/linux-6.15/samples/bpf/
H A DMakefile202 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
216 LLC_FLAGS += -mattr=dwarfris
271 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/linux-6.15/include/linux/
H A Dmodule.h65 struct module_attribute mattr; member
284 .mattr = { \
/linux-6.15/kernel/module/
H A Dmain.c533 static ssize_t show_modinfo_##field(const struct module_attribute *mattr, \
835 static ssize_t show_refcnt(const struct module_attribute *mattr, in show_refcnt() argument
910 static ssize_t show_initstate(const struct module_attribute *mattr, in show_initstate() argument
934 static ssize_t store_uevent(const struct module_attribute *mattr, in store_uevent() argument
947 static ssize_t show_coresize(const struct module_attribute *mattr, in show_coresize() argument
963 static ssize_t show_datasize(const struct module_attribute *mattr, in show_datasize() argument
977 static ssize_t show_initsize(const struct module_attribute *mattr, in show_initsize() argument
990 static ssize_t show_taint(const struct module_attribute *mattr, in show_taint() argument
/linux-6.15/drivers/media/rc/
H A Drc-main.c1106 struct device_attribute *mattr, char *buf) in show_protocols() argument
1277 struct device_attribute *mattr, in store_protocols() argument
1496 struct device_attribute *mattr, in show_wakeup_protocols() argument
1546 struct device_attribute *mattr, in store_wakeup_protocols() argument
/linux-6.15/Documentation/bpf/
H A Dbpf_design_QA.rst177 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for