Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h209 s32 runnable_cpu; /* cpu @p is runnable on, -1 if not */ member
/linux/init/
H A Dinit_task.c148 .runnable_cpu = -1,
/linux/kernel/sched/ext/
H A Dext.c2125 WRITE_ONCE(p->scx.runnable_cpu, cpu_of(rq)); in set_task_runnable()
2131 WRITE_ONCE(p->scx.runnable_cpu, -1); in clr_task_runnable()
4040 scx->runnable_cpu = -1; in init_scx_entity()
9473 (READ_ONCE(p->scx.runnable_cpu) != cpu_of(locked_rq) && in scx_bpf_task_set_slice()