Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 17 of 17) sorted by relevance

/kernel/
Dparams.c543 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show() local
545 if (!attribute->param->ops->get) in param_attr_show()
549 count = attribute->param->ops->get(buf, attribute->param); in param_attr_show()
560 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store() local
562 if (!attribute->param->ops->set) in param_attr_store()
566 if (param_check_unsafe(attribute->param)) in param_attr_store()
567 err = attribute->param->ops->set(buf, attribute->param); in param_attr_store()
612 struct attribute **new_attrs; in add_sysfs_param()
871 struct attribute *attr, in module_attr_show()
874 struct module_attribute *attribute; in module_attr_show() local
[all …]
Dpadata.c867 struct attribute attr;
868 ssize_t (*show)(struct padata_instance *, struct attribute *, char *);
869 ssize_t (*store)(struct padata_instance *, struct attribute *,
874 struct attribute *attr, char *buf) in show_cpumask()
892 struct attribute *attr, in store_cpumask()
933 static struct attribute *padata_default_attrs[] = {
941 struct attribute *attr, char *buf) in padata_sysfs_show()
955 static ssize_t padata_sysfs_store(struct kobject *kobj, struct attribute *attr, in padata_sysfs_store()
Dksysfs.c216 static struct attribute * kernel_attrs[] = {
Dcpu.c2606 static struct attribute *cpuhp_cpu_attrs[] = {
2640 static struct attribute *cpuhp_cpu_root_attrs[] = {
2734 static struct attribute *cpuhp_smt_attrs[] = {
Dworkqueue.c5466 static struct attribute *wq_sysfs_attrs[] = {
/kernel/bpf/preload/iterators/
Diterators.bpf.c8 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
58 #pragma clang attribute pop
/kernel/trace/
Dpreemptirq_delay_test.c166 static struct attribute *attrs[] = {
Dblktrace.c1740 static struct attribute *blk_trace_attrs[] = {
/kernel/power/
Dmain.c373 static struct attribute *suspend_attrs[] = {
889 static struct attribute * g[] = {
Dwakeup_reason.c364 static struct attribute *attrs[] = {
Dhibernate.c1248 static struct attribute *g[] = {
/kernel/sched/
Dcpufreq_schedutil.c615 static struct attribute *sugov_attrs[] = {
/kernel/irq/
Dirqdesc.c268 static struct attribute *irq_attrs[] = {
/kernel/livepatch/
Dcore.c427 static struct attribute *klp_patch_attrs[] = {
/kernel/time/
Dclocksource.c1278 static struct attribute *clocksource_attrs[] = {
/kernel/events/
Dcore.c9619 static struct attribute *kprobe_attrs[] = {
9677 static struct attribute *uprobe_attrs[] = {
10785 static struct attribute *pmu_dev_attrs[] = {
10792 static umode_t pmu_dev_is_visible(struct kobject *kobj, struct attribute *a, int n) in pmu_dev_is_visible()
/kernel/cgroup/
Dcgroup.c6796 static struct attribute *cgroup_sysfs_attrs[] = {