Lines Matching refs:pi_of
47 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function
54 return pi_of(dl_se) != dl_se; in is_dl_boosted()
57 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function
768 BUG_ON(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
775 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity()
776 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
789 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()
790 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
804 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity()
805 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
860 left = (pi_of(dl_se)->dl_deadline >> DL_SCALE) * (dl_se->runtime >> DL_SCALE); in dl_entity_overflow()
862 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()
962 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in update_dl_entity()
963 dl_se->runtime = pi_of(dl_se)->dl_runtime; in update_dl_entity()