Searched refs:sub_kset (Results 1 – 2 of 2) sorted by relevance
1057 struct kset *sub_kset; member
4839 if (sch->sub_kset) in scx_sched_free_rcu_work()4840 kobject_put(&sch->sub_kset->kobj); in scx_sched_free_rcu_work()5900 if (sch->sub_kset) in scx_sub_disable()5901 kobject_del(&sch->sub_kset->kobj); in scx_sub_disable()6034 if (sch->sub_kset) in scx_root_disable()6035 kobject_del(&sch->sub_kset->kobj); in scx_root_disable()6697 &parent->sub_kset->kobj, in scx_alloc_and_add_sched()6709 sch->sub_kset = kset_create_and_add("sub", NULL, &sch->kobj); in scx_alloc_and_add_sched()6710 if (!sch->sub_kset) { in scx_alloc_and_add_sched()