Home
last modified time | relevance | path

Searched defs:rt_mutex_adjust_pi (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
H A Drt.h51 # define rt_mutex_adjust_pi(p) do { } while (0) macro
/linux/kernel/locking/
H A Drtmutex_api.c453 void __sched rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi() function