Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDsched.h104 void sched_user_prio(struct thread *td, u_char prio);
/freebsd-13-stable/sys/kern/
HDkern_kthread.c129 sched_user_prio(td, PUSER); in kproc_create1()
HDsched_4bsd.c613 sched_user_prio(td, newpriority); in resetpriority()
926 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() function
HDsched_ule.c1693 sched_user_prio(td, pri); in sched_priority()
1970 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() function
HDkern_resource.c502 sched_user_prio(td, newpri); in rtp_to_pri()