Searched refs:mattr (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_mc_sysfs.c | 126 struct device_attribute *mattr, char *data) in dimmdev_location_show() argument 138 struct device_attribute *mattr, char *data) in dimmdev_label_show() argument 150 struct device_attribute *mattr, in dimmdev_label_store() argument 173 struct device_attribute *mattr, char *data) in dimmdev_size_show() argument 181 struct device_attribute *mattr, char *data) in dimmdev_mem_type_show() argument 189 struct device_attribute *mattr, char *data) in dimmdev_dev_type_show() argument 197 struct device_attribute *mattr, in dimmdev_edac_mode_show() argument 206 struct device_attribute *mattr, in dimmdev_ce_count_show() argument 215 struct device_attribute *mattr, in dimmdev_ue_count_show() argument 312 struct device_attribute *mattr, in mci_reset_counters_store() argument [all …]
|
| H A D | synopsys_edac.c | 1055 struct device_attribute *mattr, in inject_data_error_show() argument 1069 struct device_attribute *mattr, in inject_data_error_store() argument 1084 struct device_attribute *mattr, in inject_data_poison_show() argument 1096 struct device_attribute *mattr, in inject_data_poison_store() argument
|
| /linux/tools/tracing/latency/ |
| H 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/samples/hid/ |
| H 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/arch/riscv/ |
| H A D | Makefile | 53 KBUILD_LDFLAGS += -mllvm -mattr=+c -mllvm -mattr=+relax
|
| /linux/samples/bpf/ |
| H A D | Makefile | 202 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/kernel/module/ |
| H A D | main.c | 583 static ssize_t show_modinfo_##field(const struct module_attribute *mattr, \ 613 static ssize_t show_modinfo_import_ns(const struct module_attribute *mattr, in show_modinfo_import_ns() argument 917 static ssize_t show_refcnt(const struct module_attribute *mattr, in show_refcnt() argument 992 static ssize_t show_initstate(const struct module_attribute *mattr, in show_initstate() argument 1016 static ssize_t store_uevent(const struct module_attribute *mattr, in store_uevent() argument 1029 static ssize_t show_coresize(const struct module_attribute *mattr, in show_coresize() argument 1045 static ssize_t show_datasize(const struct module_attribute *mattr, in show_datasize() argument 1059 static ssize_t show_initsize(const struct module_attribute *mattr, in show_initsize() argument 1072 static ssize_t show_taint(const struct module_attribute *mattr, in show_taint() argument
|
| /linux/Documentation/bpf/ |
| H A D | bpf_design_QA.rst | 177 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for
|