Lines Matching refs:disp_pri
1760 thread_change_epri(kthread_t *t, pri_t disp_pri) in thread_change_epri() argument
1770 if (t->t_epri == disp_pri) in thread_change_epri()
1779 t->t_epri = disp_pri; in thread_change_epri()
1794 SOBJ_CHANGE_EPRI(t->t_sobj_ops, t, disp_pri); in thread_change_epri()
1800 if (disp_pri != t->t_epri) in thread_change_epri()
1801 waitq_change_pri(t, disp_pri); in thread_change_epri()
1810 t->t_epri = disp_pri; in thread_change_epri()
1823 thread_change_pri(kthread_t *t, pri_t disp_pri, int front) in thread_change_pri() argument
1831 THREAD_WILLCHANGE_PRI(t, disp_pri); in thread_change_pri()
1837 t->t_pri = disp_pri; in thread_change_pri()
1853 if (disp_pri != t->t_pri) in thread_change_pri()
1854 SOBJ_CHANGE_PRI(t->t_sobj_ops, t, disp_pri); in thread_change_pri()
1860 if (disp_pri != t->t_pri) in thread_change_pri()
1861 waitq_change_pri(t, disp_pri); in thread_change_pri()
1875 t->t_pri = disp_pri; in thread_change_pri()