Searched refs:sched_rt_mutex (Results 1 – 2 of 2) sorted by relevance
7371 lockdep_assert(!tsk->sched_rt_mutex); in schedule()7650 lockdep_assert(!fetch_and_set(current->sched_rt_mutex, 1)); in rt_mutex_pre_schedule()7662 lockdep_assert(!fetch_and_set(current->sched_rt_mutex, 1)); in rt_mutex_futex_pre_schedule()7667 lockdep_assert(current->sched_rt_mutex); in rt_mutex_schedule()7674 lockdep_assert(fetch_and_set(current->sched_rt_mutex, 0)); in rt_mutex_post_schedule()7679 lockdep_assert(fetch_and_set(current->sched_rt_mutex, 0)); in rt_mutex_futex_post_schedule()
1022 unsigned sched_rt_mutex:1; member