Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c88 static struct task_struct *__get_task_for_clock(const clockid_t clock, in __get_task_for_clock() function
108 return __get_task_for_clock(clock, true, false); in get_task_for_clock()
113 return __get_task_for_clock(clock, true, true); in get_task_for_clock_get()
118 return __get_task_for_clock(clock, false, false) ? 0 : -EINVAL; in validate_clock_permissions()