Searched refs:nice_to_unified_priority (Results 1 – 3 of 3) sorted by relevance
26 EXPECT_EQ(kMaxRtPrio, nice_to_unified_priority(kMinNice)); in TEST()27 EXPECT_EQ(kMaxPrio - 1, nice_to_unified_priority(kMaxNice)); in TEST()
50 inline int nice_to_unified_priority(int nice) { in nice_to_unified_priority() function
79 return nice_to_unified_priority(nice); in get_thread_priority()