Searched refs:sched_prio (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/sys/geom/
H A Dgeom_kern.c95 sched_prio(g_up_td, PRIBIO);
108 sched_prio(g_down_td, PRIBIO);
121 sched_prio(g_event_td, PRIBIO);
/freebsd-10-stable/sys/kern/
H A Dkern_idle.c81 sched_prio(td, PRI_MAX_IDLE);
H A Dkern_synch.c590 sched_prio(td, prio);
605 sched_prio(td, PRI_MAX_TIMESHARE);
H A Dsubr_trap.c274 sched_prio(td, td->td_user_pri);
H A Dsched_4bsd.c624 sched_prio(td, td->td_user_pri);
869 sched_prio(td, base_pri);
875 sched_prio(struct thread *td, u_char prio) function
920 sched_prio(td, td->td_user_pri);
933 sched_prio(td, pri);
H A Dkern_kthread.c130 sched_prio(td, PVM);
H A Dkern_acct.c612 sched_prio(curthread, pri);
H A Dsched_ule.c1747 sched_prio(struct thread *td, u_char prio) function
1794 sched_prio(td, td->td_user_pri);
1996 sched_prio(td, td->td_base_user_pri);
2016 sched_prio(td, prio);
2018 sched_prio(td, static_boost);
H A Dkern_thr.c268 sched_prio(newtd, newtd->td_user_pri);
H A Dsubr_taskqueue.c601 sched_prio(td, pri);
H A Dsubr_sleepqueue.c767 sched_prio(td, pri);
H A Dkern_resource.c503 sched_prio(td, td->td_user_pri);
H A Dkern_intr.c188 sched_prio(td, pri);
H A Dkern_sig.c2418 sched_prio(td, PUSER);
2456 sched_prio(td, PUSER);
/freebsd-10-stable/sys/geom/uzip/
H A Dg_uzip_wrkthr.c53 sched_prio(curthread, PRIBIO);
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h84 sched_prio(td, pri);
/freebsd-10-stable/sys/vm/
H A Dvm_zeroidle.c159 sched_prio(td, PRI_MAX_IDLE);
/freebsd-10-stable/sys/sys/
H A Dsched.h97 void sched_prio(struct thread *td, u_char prio);
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Dqp.h323 __be16 sched_prio; member in struct:mlx4_wqe_mlx_seg
/freebsd-10-stable/sys/dev/usb/
H A Dusb_process.c116 sched_prio(td, up->up_prio);
/freebsd-10-stable/sys/net/
H A Dflowtable.c920 sched_prio(td, PPAUSE);
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3843 sched_prio(curthread, PRI_MIN_KERN);
4236 sched_prio(td, PRI_MIN_KERN);
4238 sched_prio(td, PRI_MIN_KERN + (PRI_MAX_KERN - PRI_MIN_KERN) / 2);
4240 sched_prio(td, PRI_MAX_KERN);
/freebsd-10-stable/sys/geom/eli/
H A Dg_eli.c490 sched_prio(curthread, PUSER);
/freebsd-10-stable/sys/dev/md/
H A Dmd.c1136 sched_prio(curthread, PRIBIO);
/freebsd-10-stable/sys/geom/raid/
H A Dg_raid.c1523 sched_prio(curthread, PRIBIO);

Completed in 400 milliseconds

12