Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dsmp.c925 static struct attribute_group cpu_online_attr_group = { variable
939 err = sysfs_create_group(&s->kobj, &cpu_online_attr_group); in smp_cpu_notify()
942 sysfs_remove_group(&s->kobj, &cpu_online_attr_group); in smp_cpu_notify()
967 rc = sysfs_create_group(&s->kobj, &cpu_online_attr_group); in smp_add_present_cpu()
978 sysfs_remove_group(&s->kobj, &cpu_online_attr_group); in smp_add_present_cpu()