Home
last modified time | relevance | path

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

/kernel/sched/
Ddeadline.c81 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function
88 return pi_of(dl_se) != dl_se; in is_dl_boosted()
91 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function
779 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_new_period()
780 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()
842 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
861 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()
862 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
931 left = (pi_of(dl_se)->dl_deadline >> DL_SCALE) * (dl_se->runtime >> DL_SCALE); in dl_entity_overflow()
933 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()