Searched refs:rtlock_task (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/locking/
H A Drtmutex_common.h65 * @rtlock_task: Task pointer for RT lock (spin/rwlock) wakeups
69 struct task_struct *rtlock_task; member in struct:rt_wake_q_head
75 .rtlock_task = NULL, \
H A Drtmutex.c546 WARN_ON_ONCE(wqh->rtlock_task);
548 wqh->rtlock_task = task;
562 if (IS_ENABLED(CONFIG_PREEMPT_RT) && wqh->rtlock_task) {
563 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT);
564 put_task_struct(wqh->rtlock_task);
565 wqh->rtlock_task = NULL;

Completed in 98 milliseconds