Home
last modified time | relevance | path

Searched refs:rt_mutex_adjust_pi (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/sched/
Drt.h66 extern void rt_mutex_adjust_pi(struct task_struct *p);
72 # define rt_mutex_adjust_pi(p) do { } while (0) macro
/linux-6.14.4/kernel/locking/
Drtmutex_api.c459 void __sched rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi() function
/linux-6.14.4/kernel/sched/
Dsyscalls.c743 rt_mutex_adjust_pi(p); in __sched_setscheduler()