Home
last modified time | relevance | path

Searched refs:core_sched_at (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
H A Dext.h182 u64 core_sched_at; /* see scx_prio_less() */ member
/linux/kernel/sched/
H A Dext.c923 p->scx.core_sched_at = sched_clock_cpu(cpu_of(rq)); in touch_core_sched()
2551 return time_after64(a->scx.core_sched_at, b->scx.core_sched_at); in scx_prio_less()