Searched refs:sched_priority (Results 1 – 16 of 16) sorted by relevance
229 param.sched_priority = low_prio; in SetPriority()234 param.sched_priority = (low_prio + top_prio - 1) / 2; in SetPriority()237 param.sched_priority = std::max(top_prio - 2, low_prio); in SetPriority()240 param.sched_priority = std::max(top_prio - 1, low_prio); in SetPriority()243 param.sched_priority = top_prio; in SetPriority()
48 uint32_t sched_priority; in main() member63 sched.attr.sched_priority, in main()76 sched.attr.sched_priority, in main()
69 maybe_realtime_prio.sched_priority == kRealTimePrio.sched_priority) { in GetCurrentThreadPriorityForPlatform()
104 uint32_t sched_priority; in print_sched_attr() member120 tprintf(", sched_priority=%u", attr.sched_priority); in print_sched_attr()
11 if (param.sched_priority == 42) printf(".\n"); in main()
44 int sched_priority; member
144 BPF_ASSERT_EQ(zero_param.sched_priority, tid_param.sched_priority); in SchedGetParamThread()
43 int sched_priority; member
126 schedp.sched_priority = par->prio; in signalthread()196 schedp.sched_priority = 0; in signalthread()
271 struct sched_param p = { .sched_priority = 0, }; in fio_set_sched_idle()
280 struct sched_param p = { .sched_priority = 0, }; in fio_set_sched_idle()
244 schedp.sched_priority = par->prio; in timerthread()357 schedp.sched_priority = 0; in timerthread()
287 param.sched_priority = 30 - task_id - 2; in GKI_create_task()
290 param.sched_priority = 30 - task_id - 2; in GKI_create_task()
395 int sched_priority; member
3113 EXPECT_NOT_POISONED(param.sched_priority); in TEST()