Lines Matching defs:rf
1120 static void __push_dl_task(struct rq *rq, struct rq_flags *rf)
1131 rq_unpin_lock(rq, rf);
1133 rq_repin_lock(rq, rf);
1146 struct rq_flags *rf = &scope.rf;
1191 __push_dl_task(rq, rf);
1216 struct rq_flags rf;
1223 rq = task_rq_lock(p, &rf);
1273 lockdep_unpin_lock(__rq_lockp(rq), rf.cookie);
1275 rf.cookie = lockdep_pin_lock(__rq_lockp(rq));
1291 __push_dl_task(rq, &rf);
1294 task_rq_unlock(rq, p, &rf);
2155 struct rq_flags rf;
2160 rq = task_rq_lock(p, &rf);
2163 rq_lock(rq, &rf);
2198 task_rq_unlock(rq, p, &rf);
2201 rq_unlock(rq, &rf);
2656 struct rq_flags rf;
2668 rq_lock(rq, &rf);
2683 rq_unlock(rq, &rf);
2707 static int balance_dl(struct rq *rq, struct rq_flags *rf)
2722 rq_unpin_lock(rq, rf);
2724 rq_repin_lock(rq, rf);
2814 static struct task_struct *__pick_task_dl(struct rq *rq, struct rq_flags *rf)
2828 p = dl_se->server_pick_task(dl_se, rf);
2841 static struct task_struct *pick_task_dl(struct rq *rq, struct rq_flags *rf)
2843 return __pick_task_dl(rq, rf);
3423 struct rq_flags rf;
3429 raw_spin_lock_irqsave(&p->pi_lock, rf.flags);
3431 raw_spin_unlock_irqrestore(&p->pi_lock, rf.flags);
3445 raw_spin_unlock_irqrestore(&p->pi_lock, rf.flags);