Home
last modified time | relevance | path

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

/kernel/
Dparams.c561 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 …]
Dpadata.c854 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()
Dksysfs.c215 static struct attribute * kernel_attrs[] = {
Dcpu.c2486 static struct attribute *cpuhp_cpu_attrs[] = {
2520 static struct attribute *cpuhp_cpu_root_attrs[] = {
2613 static struct attribute *cpuhp_smt_attrs[] = {
Dreboot.c1249 static struct attribute *reboot_attrs[] = {
Dworkqueue.c5494 static struct attribute *wq_sysfs_attrs[] = {
/kernel/bpf/preload/iterators/
Diterators.bpf.c7 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
57 #pragma clang attribute pop
/kernel/trace/
Dpreemptirq_delay_test.c180 static struct attribute *attrs[] = {
Dblktrace.c1680 static struct attribute *blk_trace_attrs[] = {
/kernel/power/
Dmain.c380 static struct attribute *suspend_attrs[] = {
867 static struct attribute * g[] = {
Dwakeup_reason.c364 static struct attribute *attrs[] = {
Dhibernate.c1272 static struct attribute *g[] = {
/kernel/livepatch/
Dcore.c427 static struct attribute *klp_patch_attrs[] = {
445 static struct attribute *klp_object_attrs[] = {
/kernel/sched/
Dcpufreq_schedutil.c542 static struct attribute *sugov_attrs[] = {
/kernel/irq/
Dirqdesc.c268 static struct attribute *irq_attrs[] = {
Dmsi.c349 static struct attribute *msi_dev_attrs[] = {
/kernel/time/
Dclocksource.c1452 static struct attribute *clocksource_attrs[] = {
/kernel/module/
DKconfig95 This enables the module attribute "scmversion" which can be used
/kernel/events/
Dcore.c10042 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/
Dcgroup.c7082 static struct attribute *cgroup_sysfs_attrs[] = {