Searched defs:to_attr (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/ |
D | configfs_internal.h | 108 static inline struct configfs_attribute * to_attr(struct dentry * dentry) in to_attr() function
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_error.c | 65 to_attr(struct attribute *attr) in to_attr() function
|
D | xfs_sysfs.c | 24 to_attr(struct attribute *attr) in to_attr() function
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | esrt.c | 87 static struct esre_attribute *to_attr(struct attribute *attr) in to_attr() function
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | topology.c | 270 #define to_attr(a) container_of(a, struct cache_attr, attr) macro
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | device_sysfs.c | 58 #define to_attr(a) container_of(a, struct acpi_data_node_attr, attr) macro
|
/kernel/linux/linux-5.10/drivers/firmware/ |
D | qemu_fw_cfg.c | 361 static inline struct fw_cfg_sysfs_attribute *to_attr(struct attribute *attr) in to_attr() function
|
D | dmi-sysfs.c | 93 static struct dmi_sysfs_attribute *to_attr(struct attribute *attr) in to_attr() function
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core_ctl.c | 241 #define to_attr(a) container_of(a, struct core_ctl_attr, attr) macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1162 #define to_attr(a) container_of(a, struct threshold_attr, attr) macro
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | cpufreq.c | 943 #define to_attr(a) container_of(a, struct freq_attr, attr) macro
|