Lines Matching refs:scx_root_kobj
1031 static struct kobject *scx_root_kobj; variable
5130 kobject_del(scx_root_kobj); in scx_ops_disable_workfn()
5131 kobject_put(scx_root_kobj); in scx_ops_disable_workfn()
5132 scx_root_kobj = NULL; in scx_ops_disable_workfn()
5609 scx_root_kobj = kzalloc(sizeof(*scx_root_kobj), GFP_KERNEL); in scx_ops_enable()
5610 if (!scx_root_kobj) { in scx_ops_enable()
5615 scx_root_kobj->kset = scx_kset; in scx_ops_enable()
5616 ret = kobject_init_and_add(scx_root_kobj, &scx_ktype, NULL, "root"); in scx_ops_enable()
5828 kobject_uevent(scx_root_kobj, KOBJ_ADD); in scx_ops_enable()
5836 kobject_del(scx_root_kobj); in scx_ops_enable()
5838 kobject_put(scx_root_kobj); in scx_ops_enable()
5839 scx_root_kobj = NULL; in scx_ops_enable()