Home
last modified time | relevance | path

Searched refs:blocked_lock (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/locking/
H A Dmutex.c691 raw_spin_lock(&current->blocked_lock); in __mutex_lock_common()
707 raw_spin_unlock(&current->blocked_lock); in __mutex_lock_common()
731 raw_spin_lock(&current->blocked_lock); in __mutex_lock_common()
757 raw_spin_unlock(&current->blocked_lock); in __mutex_lock_common()
764 raw_spin_lock(&current->blocked_lock); in __mutex_lock_common()
774 raw_spin_unlock(&current->blocked_lock); in __mutex_lock_common()
/linux/include/linux/
H A Dsched.h1242 raw_spinlock_t blocked_lock; member
2196 lockdep_assert_held_once(&p->blocked_lock); in __get_task_blocked_on()
2206 lockdep_assert_held_once(&p->blocked_lock); in __set_task_blocked_on()
2219 lockdep_assert_held_once(&p->blocked_lock); in __clear_task_blocked_on()
2231 guard(raw_spinlock_irqsave)(&p->blocked_lock); in clear_task_blocked_on()
2238 lockdep_assert_held_once(&p->blocked_lock); in __set_task_blocked_on_waking()
2259 guard(raw_spinlock_irqsave)(&p->blocked_lock); in set_task_blocked_on_waking()
/linux/kernel/
H A Dfork.c2117 raw_spin_lock_init(&p->blocked_lock); in copy_process()
/linux/kernel/sched/
H A Dcore.c6851 guard(raw_spinlock)(&p->blocked_lock); in find_proxy_task()