/linux-6.3-rc2/drivers/edac/ |
A D | edac_mc_sysfs.c | 189 struct device_attribute *mattr, in csrow_edac_mode_show() argument 203 unsigned int chan = to_channel(mattr); in channel_dimm_label_show() 215 struct device_attribute *mattr, in channel_dimm_label_store() argument 219 unsigned int chan = to_channel(mattr); in channel_dimm_label_store() 243 unsigned int chan = to_channel(mattr); in channel_ce_count_show() 684 struct device_attribute *mattr, in mci_reset_counters_store() argument 766 struct device_attribute *mattr, in mci_ue_count_show() argument 775 struct device_attribute *mattr, in mci_ce_count_show() argument 802 struct device_attribute *mattr, in mci_seconds_show() argument 811 struct device_attribute *mattr, in mci_ctl_name_show() argument [all …]
|
A D | fsl_ddr_edac.c | 58 struct device_attribute *mattr, in fsl_mc_inject_data_hi_show() argument 68 struct device_attribute *mattr, in fsl_mc_inject_data_lo_show() argument 78 struct device_attribute *mattr, in fsl_mc_inject_ctrl_show() argument 88 struct device_attribute *mattr, in fsl_mc_inject_data_hi_store() argument 108 struct device_attribute *mattr, in fsl_mc_inject_data_lo_store() argument 128 struct device_attribute *mattr, in fsl_mc_inject_ctrl_store() argument
|
A D | i7core_edac.c | 683 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 …]
|
A D | synopsys_edac.c | 1007 struct device_attribute *mattr, in inject_data_error_show() argument 1021 struct device_attribute *mattr, in inject_data_error_store() argument 1036 struct device_attribute *mattr, in inject_data_poison_show() argument 1048 struct device_attribute *mattr, in inject_data_poison_store() argument
|
A D | amd64_edac.c | 550 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.3-rc2/kernel/ |
A D | params.c | 544 struct module_attribute mattr; member 562 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show() 579 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store() 670 sysfs_attr_init(&mk->mp->attrs[mk->mp->num].mattr.attr); in add_sysfs_param() 672 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param() 677 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param() 678 mk->mp->attrs[mk->mp->num].mattr.attr.name = (char *)name; in add_sysfs_param() 679 mk->mp->attrs[mk->mp->num].mattr.attr.mode = kp->perm; in add_sysfs_param() 684 mk->mp->grp.attrs[i] = &mk->mp->attrs[i].mattr.attr; in add_sysfs_param() 860 container_of(mattr, struct module_version_attribute, mattr); in __modver_version_show() [all …]
|
/linux-6.3-rc2/tools/tracing/latency/ |
A D | latency-collector.c | 451 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.3-rc2/samples/hid/ |
A D | Makefile | 85 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.3-rc2/include/linux/ |
A D | module.h | 64 struct module_attribute mattr; member 275 .mattr = { \
|
/linux-6.3-rc2/samples/bpf/ |
A D | Makefile | 247 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) 261 LLC_FLAGS += -mattr=dwarfris 315 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
|
/linux-6.3-rc2/kernel/module/ |
A D | main.c | 501 static ssize_t show_modinfo_##field(struct module_attribute *mattr, \ 807 static ssize_t show_refcnt(struct module_attribute *mattr, in show_refcnt() argument 889 static ssize_t show_initstate(struct module_attribute *mattr, in show_initstate() argument 913 static ssize_t store_uevent(struct module_attribute *mattr, in store_uevent() argument 926 static ssize_t show_coresize(struct module_attribute *mattr, in show_coresize() argument 936 static ssize_t show_datasize(struct module_attribute *mattr, in show_datasize() argument 946 static ssize_t show_initsize(struct module_attribute *mattr, in show_initsize() argument 955 static ssize_t show_taint(struct module_attribute *mattr, in show_taint() argument
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | rc-main.c | 1106 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.3-rc2/Documentation/bpf/ |
A D | bpf_design_QA.rst | 182 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for
|