Lines Matching refs:rq_flags
1577 struct rq_flags { struct
1602 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock()
1615 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock()
1625 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock()
1637 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1640 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1644 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock()
1652 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock()
1662 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave()
1670 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq()
1678 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock()
1686 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore()
1694 rq_unlock_irq(struct rq *rq, struct rq_flags *rf) in rq_unlock_irq()
1702 rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock()
1712 struct rq_flags rf)
1717 struct rq_flags rf)
1722 struct rq_flags rf)
1725 this_rq_lock_irq(struct rq_flags *rf) in this_rq_lock_irq()
2250 int (*balance)(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);
2360 …uct task_struct *pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);