Searched refs:kernel_priority (Results 1 – 1 of 1) sorted by relevance
664 static int to_userspace_prio(int policy, int kernel_priority) in to_userspace_prio() argument667 return PRIO_TO_NICE(kernel_priority); in to_userspace_prio()669 return MAX_USER_RT_PRIO - 1 - kernel_priority; in to_userspace_prio()