Lines Matching refs:rq_flags
1577 struct rq_flags { struct
1591 extern struct rq *__migrate_task(struct rq *rq, struct rq_flags *rf, argument
1607 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock()
1620 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock()
1630 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock()
1642 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1645 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1649 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock()
1657 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock()
1667 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave()
1675 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq()
1683 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock()
1691 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore()
1699 rq_unlock_irq(struct rq *rq, struct rq_flags *rf) in rq_unlock_irq()
1707 rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock()
1715 this_rq_lock_irq(struct rq_flags *rf) in this_rq_lock_irq()
2215 int (*balance)(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);
2323 …uct task_struct *pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);