Home
last modified time | relevance | path

Searched refs:td_base_pri (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c797 childtd->td_priority = childtd->td_base_pri; in sched_fork_thread()
881 if (td->td_base_pri >= PRI_MIN_TIMESHARE && in sched_unlend_prio()
882 td->td_base_pri <= PRI_MAX_TIMESHARE) in sched_unlend_prio()
885 base_pri = td->td_base_pri; in sched_unlend_prio()
899 td->td_base_pri = prio; in sched_prio()
1519 td->td_base_pri = td->td_user_pri; in sched_userret_slowpath()
H A Dsched_ule.c1824 if (td->td_base_pri >= PRI_MIN_TIMESHARE && in sched_unlend_prio()
1825 td->td_base_pri <= PRI_MAX_TIMESHARE) in sched_unlend_prio()
1828 base_pri = td->td_base_pri; in sched_unlend_prio()
1845 td->td_base_pri = prio; in sched_prio()
2291 child->td_priority = child->td_base_pri; in sched_fork_thread()
2393 td->td_base_pri = td->td_user_pri; in sched_userret_slowpath()
H A Dinit_main.c508 td->td_base_pri = PVM; in proc0_init()
H A Dkern_proc.c1271 kp->ki_pri.pri_native = td->td_base_pri; in fill_kinfo_thread()
/f-stack/lib/
H A Dff_init_main.c422 td->td_base_pri = PUSER; in proc0_init()
/f-stack/freebsd/sys/
H A Dproc.h322 u_char td_base_pri; /* (t) Thread base kernel priority. */ member
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c806 pri = td->td_base_pri; in pmap_delayed_invl_start_u()
809 pri = td->td_base_pri; in pmap_delayed_invl_start_u()