Searched refs:kMaxPrio (Results 1 – 2 of 2) sorted by relevance
37 inline constexpr int kMaxPrio = kMaxRtPrio + kNiceWidth; // [sic] exclusive variable92 return priority >= kMaxRtPrio && priority < kMaxPrio; in is_cfs_priority()
27 EXPECT_EQ(kMaxPrio - 1, nice_to_unified_priority(kMaxNice)); in TEST()30 EXPECT_EQ(kMaxNice, unified_priority_to_nice(kMaxPrio - 1)); in TEST()