Home
last modified time | relevance | path

Searched refs:rt_mutex_owner (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/kernel/locking/
H A Drtmutex_common.h158 static inline struct task_struct *rt_mutex_owner(struct rt_mutex_base *lock) in rt_mutex_owner() function
191 DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current); in debug_rt_mutex_unlock()
197 DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock)); in debug_rt_mutex_proxy_unlock()
229 static inline struct task_struct *rt_mutex_owner(struct rt_mutex_base *lock) in rt_mutex_owner() function
H A Drtmutex.c533 lockdep_assert(rt_mutex_owner(lock) == p); in rt_mutex_adjust_prio()
755 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
896 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
902 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
969 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
988 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
1114 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1384 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1490 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1640 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
[all …]
H A Drtmutex_api.c309 if (ret && !rt_mutex_owner(lock)) { in __rt_mutex_start_proxy_lock()
439 if (rt_mutex_owner(lock) != current) { in rt_mutex_cleanup_proxy_lock()
H A Drwbase_rt.c164 owner = rt_mutex_owner(rtm); in __rwbase_read_unlock()
H A Dww_mutex.h138 return rt_mutex_owner(&lock->rtmutex); in __ww_mutex_owner()
/linux-6.15/kernel/futex/
H A Dpi.c723 newowner = rt_mutex_owner(&pi_state->pi_mutex); in __fixup_pi_state_owner()
838 pi_state_update_owner(pi_state, rt_mutex_owner(&pi_state->pi_mutex)); in __fixup_pi_state_owner()
903 if (WARN_ON_ONCE(rt_mutex_owner(&q->pi_state->pi_mutex) == current)) in fixup_pi_owner()
/linux-6.15/kernel/rcu/
H A Dtree_plugin.h549 drop_boost_mutex = rt_mutex_owner(&rnp->boost_mtx.rtmutex) == t; in rcu_preempt_deferred_qs_irqrestore()