Home
last modified time | relevance | path

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

/linux-6.1.9/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.h202 waiter->wake_state = TASK_RTLOCK_WAIT; in rt_mutex_init_rtlock_waiter()
Drtmutex.c492 if (IS_ENABLED(CONFIG_PREEMPT_RT) && wake_state == TASK_RTLOCK_WAIT) { in rt_mutex_wake_q_add_task()
511 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT); in rt_mutex_wake_up_q()
1749 set_current_state(TASK_RTLOCK_WAIT); in rtlock_slowlock_locked()
/linux-6.1.9/include/linux/
Dsched.h101 #define TASK_RTLOCK_WAIT 0x00001000 macro
270 WRITE_ONCE(current->__state, TASK_RTLOCK_WAIT); \
1674 if (tsk_state == TASK_RTLOCK_WAIT) in __task_state_index()
/linux-6.1.9/kernel/sched/
Dcore.c3920 WARN_ON_ONCE((state & TASK_RTLOCK_WAIT) && in ttwu_state_match()
3921 state != TASK_RTLOCK_WAIT); in ttwu_state_match()
6601 SCHED_WARN_ON(current->__state & TASK_RTLOCK_WAIT); in sched_submit_work()