Home
last modified time | relevance | path

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

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