Home
last modified time | relevance | path

Searched refs:td_user_pri (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c634 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 …]
H A Dsched_ule.c1826 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()
H A Dsubr_trap.c267 sched_prio(td, td->td_user_pri); in ast()
H A Dkern_resource.c502 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()
H A Dkern_synch.c665 prio = td->td_user_pri; in kern_yield()
H A Dinit_main.c504 td->td_user_pri = PUSER; in proc0_init()
H A Dkern_umtx.c200 #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)
H A Dkern_proc.c1300 kp->ki_pri.pri_user = td->td_user_pri; in fill_kinfo_thread()
/f-stack/freebsd/sys/
H A Dsched.h129 if (__predict_false(td->td_priority != td->td_user_pri)) in sched_userret()
H A Dproc.h325 u_char td_user_pri; /* (t) User pri from estcpu and nice. */ member
/f-stack/lib/
H A Dff_init_main.c419 td->td_user_pri = PUSER; in proc0_init()