Searched refs:td_user_pri (Results 1 – 11 of 11) sorted by relevance
634 sched_prio(td, td->td_user_pri); in resetpriority_thread()883 base_pri = td->td_user_pri; in sched_unlend_prio()928 td->td_user_pri = prio; in sched_user_prio()937 td->td_user_pri = min(prio, td->td_base_user_pri); in sched_lend_user_prio()938 if (td->td_priority > td->td_user_pri) in sched_lend_user_prio()939 sched_prio(td, td->td_user_pri); in sched_lend_user_prio()940 else if (td->td_priority != td->td_user_pri) in sched_lend_user_prio()953 if (td->td_user_pri != min(prio, td->td_base_user_pri)) in sched_lend_user_prio_cond()955 if (td->td_priority != td->td_user_pri) in sched_lend_user_prio_cond()1518 td->td_priority = td->td_user_pri; in sched_userret_slowpath()[all …]
1826 base_pri = td->td_user_pri; in sched_unlend_prio()1876 td->td_user_pri = prio; in sched_user_prio()1885 td->td_user_pri = min(prio, td->td_base_user_pri); in sched_lend_user_prio()1886 if (td->td_priority > td->td_user_pri) in sched_lend_user_prio()1887 sched_prio(td, td->td_user_pri); in sched_lend_user_prio()1888 else if (td->td_priority != td->td_user_pri) in sched_lend_user_prio()1901 if (td->td_user_pri != min(prio, td->td_base_user_pri)) in sched_lend_user_prio_cond()1903 if (td->td_priority != td->td_user_pri) in sched_lend_user_prio_cond()2392 td->td_priority = td->td_user_pri; in sched_userret_slowpath()2393 td->td_base_pri = td->td_user_pri; in sched_userret_slowpath()
267 sched_prio(td, td->td_user_pri); in ast()
502 oldpri = td->td_user_pri; in rtp_to_pri()504 if (td->td_user_pri != oldpri && (oldclass != RTP_PRIO_NORMAL || in rtp_to_pri()506 sched_prio(td, td->td_user_pri); in rtp_to_pri()
665 prio = td->td_user_pri; in kern_yield()
504 td->td_user_pri = PUSER; in proc0_init()
200 #define UPRI(td) (((td)->td_user_pri >= PRI_MIN_TIMESHARE &&\201 (td)->td_user_pri <= PRI_MAX_TIMESHARE) ?\202 PRI_MAX_TIMESHARE : (td)->td_user_pri)
1300 kp->ki_pri.pri_user = td->td_user_pri; in fill_kinfo_thread()
129 if (__predict_false(td->td_priority != td->td_user_pri)) in sched_userret()
325 u_char td_user_pri; /* (t) User pri from estcpu and nice. */ member
419 td->td_user_pri = PUSER; in proc0_init()