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