Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h216 unsigned long rescue_at; /* queued on a rescue DSQ at, jiffies */ member
/linux/kernel/sched/ext/
H A Dsub.c487 if (time_before(jiffies, p->scx.rescue_at + scx_rescue_overload_after)) in scx_rescue_check_overload()
513 dur_ms = jiffies_to_msecs(jiffies - p->scx.rescue_at); in scx_rescue_check_overload()
749 p->scx.rescue_at = jiffies; in scx_resolve_local_dsq()