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

12

/freebsd-11-stable/sys/geom/
H A Dgeom_kern.c94 sched_prio(g_up_td, PRIBIO);
106 sched_prio(g_down_td, PRIBIO);
118 sched_prio(g_event_td, PRIBIO);
/freebsd-11-stable/sys/kern/
H A Dkern_idle.c81 sched_prio(td, PRI_MAX_IDLE);
H A Dkern_synch.c568 sched_prio(td, prio);
583 sched_prio(td, PRI_MAX_TIMESHARE);
H A Dsubr_trap.c276 sched_prio(td, td->td_user_pri);
H A Dsched_4bsd.c628 sched_prio(td, td->td_user_pri);
874 sched_prio(td, base_pri);
880 sched_prio(struct thread *td, u_char prio) function
925 sched_prio(td, td->td_user_pri);
938 sched_prio(td, pri);
H A Dkern_kthread.c133 sched_prio(td, PVM);
H A Dkern_acct.c617 sched_prio(curthread, pri);
H A Dsched_ule.c1833 sched_prio(struct thread *td, u_char prio) function
1880 sched_prio(td, td->td_user_pri);
2170 sched_prio(td, td->td_base_user_pri);
2190 sched_prio(td, prio);
2192 sched_prio(td, static_boost);
H A Dkern_thr.c280 sched_prio(newtd, newtd->td_user_pri);
H A Dsubr_taskqueue.c709 sched_prio(td, pri);
H A Dsubr_gtaskqueue.c441 sched_prio(td, pri);
H A Dsubr_sleepqueue.c834 sched_prio(td, pri);
H A Dkern_resource.c495 sched_prio(td, td->td_user_pri);
H A Dkern_intr.c187 sched_prio(td, pri);
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_wrkthr.c52 sched_prio(curthread, PRIBIO);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h84 sched_prio(td, pri);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c294 sched_prio(td, prio);
314 sched_prio(td, 0);
369 sched_prio(td, old_prio);
H A Dlinux_kthread.c142 sched_prio(td, PI_SWI(SWI_NET));
/freebsd-11-stable/sys/vm/
H A Dvm_zeroidle.c158 sched_prio(td, PRI_MAX_IDLE);
/freebsd-11-stable/sys/sys/
H A Dsched.h98 void sched_prio(struct thread *td, u_char prio);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_process.c115 sched_prio(td, up->up_prio);
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h342 __be16 sched_prio; member in struct:mlx4_wqe_mlx_seg
/freebsd-11-stable/sys/net/
H A Dflowtable.c916 sched_prio(td, PPAUSE);
/freebsd-11-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-11-stable/sys/geom/eli/
H A Dg_eli.c537 sched_prio(curthread, PUSER);

Completed in 181 milliseconds

12