Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Drt.c90 raw_spin_lock_init(&rt_rq->push_lock); in init_rt_rq()
1862 raw_spin_lock(&rq->rt.push_lock); in tell_cpu_to_push()
1870 raw_spin_unlock(&rq->rt.push_lock); in tell_cpu_to_push()
1873 raw_spin_unlock(&rq->rt.push_lock); in tell_cpu_to_push()
1912 raw_spin_lock(&rt_rq->push_lock); in try_to_push_tasks()
1926 raw_spin_unlock(&rt_rq->push_lock); in try_to_push_tasks()
Dsched.h454 raw_spinlock_t push_lock; member