Home
last modified time | relevance | path

Searched refs:sched_rt_mutex (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dsched.h961 unsigned sched_rt_mutex:1; member
/linux/kernel/sched/
A Dcore.c6780 lockdep_assert(!tsk->sched_rt_mutex); in schedule()
7059 lockdep_assert(!fetch_and_set(current->sched_rt_mutex, 1)); in rt_mutex_pre_schedule()
7065 lockdep_assert(current->sched_rt_mutex); in rt_mutex_schedule()
7072 lockdep_assert(fetch_and_set(current->sched_rt_mutex, 0)); in rt_mutex_post_schedule()

Completed in 26 milliseconds