Searched refs:scr_priority (Results 1 – 3 of 3) sorted by relevance
131 int16_t scr_priority; member
420 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()1247 root_clutch->scr_priority = MAX(root_bound_pri, root_unbound_pri); in sched_clutch_root_pri_update()1804 int16_t root_old_pri = root_clutch->scr_priority; in sched_clutch_bucket_runnable()1806 return root_clutch->scr_priority > root_old_pri; in sched_clutch_bucket_runnable()1853 int16_t root_old_pri = root_clutch->scr_priority; in sched_clutch_bucket_update()1855 return root_clutch->scr_priority > root_old_pri; in sched_clutch_bucket_update()2229 int16_t root_old_pri = root_clutch->scr_priority; in sched_edge_bound_thread_insert()2231 return root_clutch->scr_priority > root_old_pri; in sched_edge_bound_thread_insert()3024 return root_clutch->scr_priority; in sched_clutch_root_priority()
170 … ".format("Root", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.…238 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))