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
766 BUG_ON(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
773 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity()
774 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
787 dl_se->deadline += pi_of(dl_se)->dl_period; in replenish_dl_entity()
788 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
802 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity()
803 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
858 left = (pi_of(dl_se)->dl_deadline >> DL_SCALE) * (dl_se->runtime >> DL_SCALE); in dl_entity_overflow()
860 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()
960 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in update_dl_entity()
961 dl_se->runtime = pi_of(dl_se)->dl_runtime; in update_dl_entity()