Searched refs:attribute (Results 1 – 20 of 20) sorted by relevance
/kernel/ |
D | params.c | 561 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show() local 563 if (!attribute->param->ops->get) in param_attr_show() 567 count = attribute->param->ops->get(buf, attribute->param); in param_attr_show() 578 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store() local 580 if (!attribute->param->ops->set) in param_attr_store() 584 if (param_check_unsafe(attribute->param)) in param_attr_store() 585 err = attribute->param->ops->set(buf, attribute->param); in param_attr_store() 630 struct attribute **new_attrs; in add_sysfs_param() 887 struct attribute *attr, in module_attr_show() 890 struct module_attribute *attribute; in module_attr_show() local [all …]
|
D | padata.c | 854 struct attribute attr; 855 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); 856 ssize_t (*store)(struct padata_instance *, struct attribute *, 861 struct attribute *attr, char *buf) in show_cpumask() 879 struct attribute *attr, in store_cpumask() 920 static struct attribute *padata_default_attrs[] = { 928 struct attribute *attr, char *buf) in padata_sysfs_show() 942 static ssize_t padata_sysfs_store(struct kobject *kobj, struct attribute *attr, in padata_sysfs_store()
|
D | ksysfs.c | 215 static struct attribute * kernel_attrs[] = {
|
D | cpu.c | 2486 static struct attribute *cpuhp_cpu_attrs[] = { 2520 static struct attribute *cpuhp_cpu_root_attrs[] = { 2613 static struct attribute *cpuhp_smt_attrs[] = {
|
D | reboot.c | 1249 static struct attribute *reboot_attrs[] = {
|
D | workqueue.c | 5494 static struct attribute *wq_sysfs_attrs[] = {
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 7 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 57 #pragma clang attribute pop
|
/kernel/trace/ |
D | preemptirq_delay_test.c | 180 static struct attribute *attrs[] = {
|
D | blktrace.c | 1680 static struct attribute *blk_trace_attrs[] = {
|
/kernel/power/ |
D | main.c | 380 static struct attribute *suspend_attrs[] = { 867 static struct attribute * g[] = {
|
D | wakeup_reason.c | 364 static struct attribute *attrs[] = {
|
D | hibernate.c | 1272 static struct attribute *g[] = {
|
/kernel/livepatch/ |
D | core.c | 427 static struct attribute *klp_patch_attrs[] = { 445 static struct attribute *klp_object_attrs[] = {
|
/kernel/sched/ |
D | cpufreq_schedutil.c | 542 static struct attribute *sugov_attrs[] = {
|
/kernel/irq/ |
D | irqdesc.c | 268 static struct attribute *irq_attrs[] = {
|
D | msi.c | 349 static struct attribute *msi_dev_attrs[] = {
|
/kernel/time/ |
D | clocksource.c | 1452 static struct attribute *clocksource_attrs[] = {
|
/kernel/module/ |
D | Kconfig | 95 This enables the module attribute "scmversion" which can be used
|
/kernel/events/ |
D | core.c | 10042 static struct attribute *kprobe_attrs[] = { 10100 static struct attribute *uprobe_attrs[] = { 11209 static struct attribute *pmu_dev_attrs[] = { 11216 static umode_t pmu_dev_is_visible(struct kobject *kobj, struct attribute *a, int n) in pmu_dev_is_visible()
|
/kernel/cgroup/ |
D | cgroup.c | 7082 static struct attribute *cgroup_sysfs_attrs[] = {
|