__ATTR_RW        1419 arch/s390/kernel/ipl.c static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
__ATTR_RW        1445 arch/s390/kernel/ipl.c static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
__ATTR_RW        1471 arch/s390/kernel/ipl.c static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
__ATTR_RW        1508 arch/s390/kernel/ipl.c static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
__ATTR_RW        1534 arch/s390/kernel/ipl.c static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
__ATTR_RW         151 drivers/dma/ioat/sysfs.c static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
__ATTR_RW        1535 drivers/hv/vmbus_drv.c 	struct vmbus_chan_attribute chan_attr_##_name = __ATTR_RW(_name)
__ATTR_RW         192 drivers/misc/cxl/sysfs.c 	__ATTR_RW(load_image_on_perst),
__ATTR_RW         193 drivers/misc/cxl/sysfs.c 	__ATTR_RW(perst_reloads_same_image),
__ATTR_RW         458 drivers/misc/cxl/sysfs.c 	__ATTR_RW(irqs_max),
__ATTR_RW         460 drivers/misc/cxl/sysfs.c 	__ATTR_RW(mode),
__ATTR_RW         461 drivers/misc/cxl/sysfs.c 	__ATTR_RW(prefault_mode),
__ATTR_RW         870 drivers/staging/speakup/kobjects.c 	__ATTR_RW(keymap);
__ATTR_RW         874 drivers/staging/speakup/kobjects.c 	__ATTR_RW(synth);
__ATTR_RW          30 fs/xfs/xfs_sysfs.c 	static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
__ATTR_RW          54 include/linux/device.h 	struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
__ATTR_RW         414 include/linux/device.h 	struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
__ATTR_RW         719 include/linux/device.h 	struct class_attribute class_attr_##_name = __ATTR_RW(_name)
__ATTR_RW         837 include/linux/device.h 	struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
__ATTR_RW          64 include/linux/iio/sysfs.h 	{ .dev_attr = __ATTR_RW(_name), \
__ATTR_RW         109 include/linux/mdev.h 	struct mdev_type_attribute mdev_type_attr_##_name = __ATTR_RW(_name)
__ATTR_RW         402 kernel/livepatch/core.c static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
__ATTR_RW         619 kernel/sched/cpufreq_schedutil.c static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
__ATTR_RW        1120 net/core/net-sysfs.c 	= __ATTR_RW(tx_maxrate);
__ATTR_RW        1325 net/core/net-sysfs.c 	= __ATTR_RW(xps_cpus);
__ATTR_RW        1408 net/core/net-sysfs.c 	= __ATTR_RW(xps_rxqs);
__ATTR_RW         159 sound/hda/hdac_sysfs.c 	struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)