Lines Matching refs:scx_root_kobj
1039 static struct kobject *scx_root_kobj; variable
4807 kobject_del(scx_root_kobj); in scx_ops_disable_workfn()
4808 kobject_put(scx_root_kobj); in scx_ops_disable_workfn()
4809 scx_root_kobj = NULL; in scx_ops_disable_workfn()
5324 scx_root_kobj = kzalloc(sizeof(*scx_root_kobj), GFP_KERNEL); in scx_ops_enable()
5325 if (!scx_root_kobj) { in scx_ops_enable()
5330 scx_root_kobj->kset = scx_kset; in scx_ops_enable()
5331 ret = kobject_init_and_add(scx_root_kobj, &scx_ktype, NULL, "root"); in scx_ops_enable()
5538 kobject_uevent(scx_root_kobj, KOBJ_ADD); in scx_ops_enable()
5546 kobject_del(scx_root_kobj); in scx_ops_enable()
5548 kobject_put(scx_root_kobj); in scx_ops_enable()
5549 scx_root_kobj = NULL; in scx_ops_enable()