Home
last modified time | relevance | path

Searched refs:rq_lockp (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dsched.h1458 static inline raw_spinlock_t *rq_lockp(struct rq *rq) in rq_lockp() function
1467 __returns_ctx_lock(rq_lockp(rq)) /* alias them */ in __rq_lockp()
1561 static inline raw_spinlock_t *rq_lockp(struct rq *rq) in rq_lockp() function
1567 __returns_ctx_lock(rq_lockp(rq)) /* alias them */ in __rq_lockp()
1630 raw_spin_unlock(rq_lockp(rq)); in raw_spin_rq_unlock()
H A Dcore.c5105 rq_lockp(rq)->owner = next; in prepare_lock_switch()