Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Drt.c94 raw_spin_lock_init(&rt_rq->push_lock); in init_rt_rq()
1873 raw_spin_lock(&rq->rt.push_lock); in tell_cpu_to_push()
1881 raw_spin_unlock(&rq->rt.push_lock); in tell_cpu_to_push()
1884 raw_spin_unlock(&rq->rt.push_lock); in tell_cpu_to_push()
1923 raw_spin_lock(&rt_rq->push_lock); in try_to_push_tasks()
1937 raw_spin_unlock(&rt_rq->push_lock); in try_to_push_tasks()
Dsched.h457 raw_spinlock_t push_lock; member