Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sched/
Drt.h21 static inline bool task_is_realtime(struct task_struct *tsk) in task_is_realtime() function
/linux-6.6.21/include/linux/
Dioprio.h43 else if (task_is_realtime(task)) in task_nice_ioclass()
/linux-6.6.21/kernel/time/
Dhrtimer.c1996 if (task_is_realtime(current) && !(mode & HRTIMER_MODE_SOFT)) in __hrtimer_init_sleeper()