Searched refs:__ATTR_RW_MODE (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/mm/damon/ |
| H A D | sysfs-schemes.c | 583 __ATTR_RW_MODE(type, 0600); 589 __ATTR_RW_MODE(allow, 0600); 601 __ATTR_RW_MODE(min, 0600); 604 __ATTR_RW_MODE(max, 0600); 900 __ATTR_RW_MODE(metric, 0600); 906 __ATTR_RW_MODE(high, 0600); 909 __ATTR_RW_MODE(mid, 0600); 912 __ATTR_RW_MODE(low, 0600); 1415 __ATTR_RW_MODE(ms, 0600); 1418 __ATTR_RW_MODE(bytes, 0600); [all …]
|
| H A D | sysfs.c | 72 __ATTR_RW_MODE(start, 0600); 75 __ATTR_RW_MODE(end, 0600); 193 __ATTR_RW_MODE(nr_regions, 0600); 272 __ATTR_RW_MODE(pid_target, 0600); 397 __ATTR_RW_MODE(nr_targets, 0600); 543 __ATTR_RW_MODE(access_bp, 0600); 546 __ATTR_RW_MODE(aggrs, 0600); 702 __ATTR_RW_MODE(sample_us, 0600); 705 __ATTR_RW_MODE(aggr_us, 0600); 708 __ATTR_RW_MODE(update_us, 0600); [all …]
|
| H A D | sysfs-common.c | 90 __ATTR_RW_MODE(min, 0600); 93 __ATTR_RW_MODE(max, 0600);
|
| /linux-6.15/include/rdma/ |
| H A D | ib_sysfs.h | 26 __ATTR_RW_MODE(_name, 0600)
|
| /linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | string-attributes.c | 67 __ATTR_RW_MODE(current_value, 0600);
|
| H A D | int-attributes.c | 77 __ATTR_RW_MODE(current_value, 0600);
|
| H A D | enum-attributes.c | 77 __ATTR_RW_MODE(current_value, 0600);
|
| /linux-6.15/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | string-attributes.c | 68 __ATTR_RW_MODE(current_value, 0644);
|
| H A D | order-list-attributes.c | 69 __ATTR_RW_MODE(current_value, 0644);
|
| H A D | int-attributes.c | 71 __ATTR_RW_MODE(current_value, 0644);
|
| /linux-6.15/include/linux/ |
| H A D | sysfs.h | 255 #define __ATTR_RW_MODE(_name, _mode) { \ macro
|
| H A D | device.h | 190 struct device_attribute dev_attr_##_name = __ATTR_RW_MODE(_name, 0600)
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_xcp.c | 612 __ATTR_RW_MODE(xcp_config, 0644);
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | think-lmi.c | 1163 static struct kobj_attribute attr_current_val = __ATTR_RW_MODE(current_value, 0600);
|
| /linux-6.15/mm/ |
| H A D | slub.c | 6880 static struct slab_attribute _name##_attr = __ATTR_RW_MODE(_name, 0600)
|