We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96611c2 commit eaed27dCopy full SHA for eaed27d
kernel/sched/sched.h
@@ -1615,14 +1615,6 @@ rq_lock(struct rq *rq, struct rq_flags *rf)
1615
rq_pin_lock(rq, rf);
1616
}
1617
1618
-static inline void
1619
-rq_relock(struct rq *rq, struct rq_flags *rf)
1620
- __acquires(rq->lock)
1621
-{
1622
- raw_spin_rq_lock(rq);
1623
- rq_repin_lock(rq, rf);
1624
-}
1625
-
1626
static inline void
1627
rq_unlock_irqrestore(struct rq *rq, struct rq_flags *rf)
1628
__releases(rq->lock)
0 commit comments