Searched refs:SCX_KF_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/sched/ |
H A D | ext.h | 108 SCX_KF_UNLOCKED = 0, /* sleepable and not rq locked */ enumerator
|
/linux/kernel/sched/ |
H A D | ext.c | 3276 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_online, cpu); in handle_hotplug() 3278 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_offline, cpu); in handle_hotplug() 3465 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, init_task, p, &args); in scx_ops_init_task() 3787 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_init, in scx_tg_online() 3809 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, tg->css.cgroup); in scx_tg_offline() 3842 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_prep_move, in scx_cgroup_can_attach() 3856 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_can_attach() 3888 SCX_CALL_OP_TASK(SCX_KF_UNLOCKED, cgroup_move, p, in scx_move_task() 3908 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_cancel_attach() 3922 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_set_weight, in scx_group_set_weight() [all …]
|