Home
last modified time | relevance | path

Searched refs:TASK_RTLOCK_WAIT (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/kernel/locking/
Dspinlock_rt.c226 rwbase_read_lock(&rwlock->rwbase, TASK_RTLOCK_WAIT); in rt_read_lock()
236 rwbase_write_lock(&rwlock->rwbase, TASK_RTLOCK_WAIT); in rt_write_lock()
247 rwbase_write_lock(&rwlock->rwbase, TASK_RTLOCK_WAIT); in rt_write_lock_nested()
259 rwbase_read_unlock(&rwlock->rwbase, TASK_RTLOCK_WAIT); in rt_read_unlock()
Drtmutex_common.h223 waiter->wake_state = TASK_RTLOCK_WAIT; in rt_mutex_init_rtlock_waiter()
Drtmutex.c524 if (IS_ENABLED(CONFIG_PREEMPT_RT) && wake_state == TASK_RTLOCK_WAIT) { in rt_mutex_wake_q_add_task()
543 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT); in rt_mutex_wake_up_q()
1808 set_current_state(TASK_RTLOCK_WAIT); in rtlock_slowlock_locked()
/linux-6.6.21/include/linux/
Dsched.h102 #define TASK_RTLOCK_WAIT 0x00001000 macro
271 WRITE_ONCE(current->__state, TASK_RTLOCK_WAIT); \
1682 if (tsk_state & TASK_RTLOCK_WAIT) in __task_state_index()
/linux-6.6.21/kernel/sched/
Dcore.c4057 WARN_ON_ONCE((state & TASK_RTLOCK_WAIT) && in ttwu_state_match()
4058 state != TASK_RTLOCK_WAIT); in ttwu_state_match()
6746 SCHED_WARN_ON(current->__state & TASK_RTLOCK_WAIT); in sched_submit_work()