__ATTR_RW
static struct kobj_attribute register_attr = __ATTR_RW(registered);
static struct kobj_attribute bootargs_append_attr = __ATTR_RW(bootargs_append);
static struct kobj_attribute on_reboot_attr = __ATTR_RW(on_reboot);
static struct kobj_attribute on_panic_attr = __ATTR_RW(on_panic);
static struct kobj_attribute on_restart_attr = __ATTR_RW(on_restart);
static struct kobj_attribute on_halt_attr = __ATTR_RW(on_halt);
static struct kobj_attribute on_poff_attr = __ATTR_RW(on_poff);
__ATTR_RW(keymap);
__ATTR_RW(synth);
static struct kobj_attribute attr_platform_profile = __ATTR_RW(platform_profile);
static const struct kobj_attribute force_remove_attr = __ATTR_RW(force_remove);
static struct kobj_attribute hotplug_enabled_attr = __ATTR_RW(enabled);
static struct governor_attr _name = __ATTR_RW(_name)
static struct ioat_sysfs_entry intr_coalesce_attr = __ATTR_RW(intr_coalesce);
((struct edac_ecs_dev_attr) { .dev_attr = __ATTR_RW(_name), \
[MR_PERSIST_MODE] = __ATTR_RW(persist_mode),
[MR_HPA] = __ATTR_RW(hpa),
[MR_DPA] = __ATTR_RW(dpa),
[MR_NIBBLE_MASK] = __ATTR_RW(nibble_mask),
[MR_BANK_GROUP] = __ATTR_RW(bank_group),
[MR_BANK] = __ATTR_RW(bank),
[MR_RANK] = __ATTR_RW(rank),
[MR_ROW] = __ATTR_RW(row),
[MR_COLUMN] = __ATTR_RW(column),
[MR_CHANNEL] = __ATTR_RW(channel),
[MR_SUB_CHANNEL] = __ATTR_RW(sub_channel),
((struct edac_scrub_dev_attr) { .dev_attr = __ATTR_RW(_name), \
static struct kobj_attribute attr_##_name = __ATTR_RW(_name)
static struct kobj_attribute attr_min_freq = __ATTR_RW(min_freq);
static struct kobj_attribute attr_max_freq = __ATTR_RW(max_freq);
static struct kobj_attribute attr_power_profile = __ATTR_RW(power_profile);
struct vmbus_chan_attribute chan_attr_##_name = __ATTR_RW(_name)
static struct kobj_attribute stat##_attr = __ATTR_RW(stat)
static struct md_sysfs_entry llbitmap_daemon_sleep = __ATTR_RW(daemon_sleep);
static struct md_sysfs_entry llbitmap_barrier_idle = __ATTR_RW(barrier_idle);
__ATTR_RW(sync_io_depth);
__ATTR_RW(reload_on_reset),
static struct kobj_attribute reset_bios = __ATTR_RW(reset_bios);
__ATTR_RW(current_value);
static struct kobj_attribute save_settings = __ATTR_RW(save_settings);
static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
static struct kobj_attribute auth_index = __ATTR_RW(index);
static struct kobj_attribute auth_level = __ATTR_RW(level);
{ __ATTR_RW(_name), (void *)_val }
static struct vq_sysfs_entry irq_cb_affinity_attr = __ATTR_RW(irq_cb_affinity);
static struct hyp_sysfs_attr _name##_attr = __ATTR_RW(_name)
static struct kobj_attribute nfs_sysfs_attr_shutdown = __ATTR_RW(shutdown);
static struct xfs_sysfs_attr xfs_sysfs_attr_##name = __ATTR_RW(name)
struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
struct class_attribute class_attr_##_name = __ATTR_RW(_name)
struct driver_attribute driver_attr_##_name = __ATTR_RW(_name)
{ .dev_attr = __ATTR_RW(_name), \
struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name)
static struct kobj_attribute crash_size_attr = __ATTR_RW(crash_size);
static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
static struct kobj_attribute enabled_kobj_attr = __ATTR_RW(enabled);
static struct kobj_attribute hw_protection_attr = __ATTR_RW(hw_protection);
static struct kobj_attribute reboot_mode_attr = __ATTR_RW(mode);
static struct kobj_attribute reboot_force_attr = __ATTR_RW(force);
static struct kobj_attribute reboot_type_attr = __ATTR_RW(type);
static struct kobj_attribute reboot_cpu_attr = __ATTR_RW(cpu);
static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
static struct kobj_attribute aux_clock_enable_attr = __ATTR_RW(aux_clock_enable);
static struct kobj_attribute enabled_attr = __ATTR_RW(enabled);
static struct kobj_attribute defrag_attr = __ATTR_RW(defrag);
static struct kobj_attribute use_zero_page_attr = __ATTR_RW(use_zero_page);
static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
__ATTR_RW(scan_sleep_millisecs);
__ATTR_RW(alloc_sleep_millisecs);
__ATTR_RW(pages_to_scan);
__ATTR_RW(defrag);
__ATTR_RW(max_ptes_none);
__ATTR_RW(max_ptes_swap);
__ATTR_RW(max_ptes_shared);
static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
__ATTR_RW(demotion_enabled);
struct kobj_attribute shmem_enabled_attr = __ATTR_RW(shmem_enabled);
static struct kobj_attribute vma_ra_enabled_attr = __ATTR_RW(vma_ra_enabled);
static struct kobj_attribute lru_gen_min_ttl_attr = __ATTR_RW(min_ttl_ms);
static struct kobj_attribute lru_gen_enabled_attr = __ATTR_RW(enabled);
= __ATTR_RW(tx_maxrate);
= __ATTR_RW(xps_cpus);
= __ATTR_RW(xps_rxqs);
struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)