Lines Matching defs:rq_flags
1710 struct rq_flags {
1761 * copy of the (on-stack) 'struct rq_flags rf'.
1765 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf)
1774 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
1783 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf)
1794 struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1798 struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
1802 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf)
1810 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf)
1822 struct rq *rq; struct rq_flags rf)
1824 static inline void rq_lock_irqsave(struct rq *rq, struct rq_flags *rf)
1831 static inline void rq_lock_irq(struct rq *rq, struct rq_flags *rf)
1838 static inline void rq_lock(struct rq *rq, struct rq_flags *rf)
1845 static inline void rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf)
1852 static inline void rq_unlock_irq(struct rq *rq, struct rq_flags *rf)
1859 static inline void rq_unlock(struct rq *rq, struct rq_flags *rf)
1869 struct rq_flags rf)
1874 struct rq_flags rf)
1879 struct rq_flags rf)
1881 static inline struct rq *this_rq_lock_irq(struct rq_flags *rf)
2382 int (*balance)(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);
2553 extern struct task_struct *pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);