Lines Matching defs:rf
1139 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock()
1149 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock()
1159 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock()
1178 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) in __task_rq_unlock()
1186 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock()
1196 rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) in rq_lock_irqsave()
1204 rq_lock_irq(struct rq *rq, struct rq_flags *rf) in rq_lock_irq()
1212 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock()
1220 rq_relock(struct rq *rq, struct rq_flags *rf) in rq_relock()
1228 rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) in rq_unlock_irqrestore()
1236 rq_unlock_irq(struct rq *rq, struct rq_flags *rf) in rq_unlock_irq()
1244 rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock()
1252 this_rq_lock_irq(struct rq_flags *rf) in this_rq_lock_irq()
1468 static inline int newidle_balance(struct rq *this_rq, struct rq_flags *rf) { return 0; } in newidle_balance()