Lines Matching refs:rq_flags
1540 struct rq_flags { struct
1565 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock()
1578 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock()
1588 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock()
1600 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1603 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1607 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock()
1615 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock()
1625 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave()
1633 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq()
1641 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock()
1649 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore()
1657 rq_unlock_irq(struct rq *rq, struct rq_flags *rf) in rq_unlock_irq()
1665 rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock()
1673 this_rq_lock_irq(struct rq_flags *rf) in this_rq_lock_irq()
2166 int (*balance)(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);
2274 …uct task_struct *pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);