Lines Matching defs:rf
1335 static inline void rq_pin_lock(struct rq *rq, struct rq_flags *rf) in rq_pin_lock()
1345 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock()
1356 static inline void rq_repin_lock(struct rq *rq, struct rq_flags *rf) in rq_repin_lock()
1372 static inline void __task_rq_unlock(struct rq *rq, struct rq_flags *rf) __releases(rq->lock) in __task_rq_unlock()
1378 static inline void task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) __rele… in task_rq_unlock()
1386 static inline void rq_lock_irqsave(struct rq *rq, struct rq_flags *rf) __acquires(rq->lock) in rq_lock_irqsave()
1392 static inline void rq_lock_irq(struct rq *rq, struct rq_flags *rf) __acquires(rq->lock) in rq_lock_irq()
1398 static inline void rq_lock(struct rq *rq, struct rq_flags *rf) __acquires(rq->lock) in rq_lock()
1404 static inline void rq_relock(struct rq *rq, struct rq_flags *rf) __acquires(rq->lock) in rq_relock()
1410 static inline void rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf) __releases(rq->lock) in rq_unlock_irqrestore()
1416 static inline void rq_unlock_irq(struct rq *rq, struct rq_flags *rf) __releases(rq->lock) in rq_unlock_irq()
1422 static inline void rq_unlock(struct rq *rq, struct rq_flags *rf) __releases(rq->lock) in rq_unlock()
1428 static inline struct rq *this_rq_lock_irq(struct rq_flags *rf) __acquires(rq->lock) in this_rq_lock_irq()