Searched refs:sched_priority (Results 1 – 4 of 4) sorted by relevance
149 param->sched_priority = rtpprio_to_p4prio(rtp.prio); in ksched_getparam()156 param->sched_priority = PRI_MAX_TIMESHARE - in ksched_getparam()159 param->sched_priority = tsprio_to_p4prio(rtp.prio); in ksched_getparam()182 if (param->sched_priority >= P1B_PRIO_MIN && in ksched_setscheduler()183 param->sched_priority <= P1B_PRIO_MAX) { in ksched_setscheduler()184 rtp.prio = p4prio_to_rtpprio(param->sched_priority); in ksched_setscheduler()193 if (param->sched_priority >= 0 && param->sched_priority <= in ksched_setscheduler()196 rtp.prio = p4prio_to_tsprio(param->sched_priority); in ksched_setscheduler()
306 static void sched_priority(struct thread *);1572 sched_priority(struct thread *td) in sched_priority() function2178 sched_priority(td); in sched_nice()2252 sched_priority(child); in sched_fork()2255 sched_priority(td); in sched_fork()2352 sched_priority(td); in sched_exit_thread()2449 sched_priority(td); in sched_clock()2593 sched_priority(td); in sched_add()
135 static void sched_priority(struct thread *td, u_char prio);832 sched_priority(struct thread *td, u_char prio) in sched_priority() function865 sched_priority(td, prio); in sched_lend_prio()910 sched_priority(td, prio); in sched_prio()
241 int sched_priority; member