Searched refs:pi_of (Results 1 – 1 of 1) sorted by relevance
97 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function 104 return pi_of(dl_se) != dl_se; in is_dl_boosted() 107 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() function 733 /* for non-boosted task, pi_of(dl_se) == dl_se */ in replenish_dl_new_period() 734 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_new_period() 735 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period() 811 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity() 825 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity() 826 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity() 839 dl_se->deadline += pi_of(dl_s in replenish_dl_entity() [all...]