Home
last modified time | relevance | path

Searched refs:sched_user_prio (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dsched.h106 void sched_user_prio(struct thread *td, u_char prio);
/f-stack/freebsd/kern/
H A Dkern_kthread.c145 sched_user_prio(td, PUSER); in kproc_create()
H A Dsched_4bsd.c615 sched_user_prio(td, newpriority); in resetpriority()
921 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() function
H A Dsched_ule.c1613 sched_user_prio(td, pri); in sched_priority()
1870 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() function
H A Dkern_resource.c503 sched_user_prio(td, newpri); in rtp_to_pri()