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

12

/freebsd-9.3-release/sys/geom/
H A Dgeom_kern.c94 sched_prio(g_up_td, PRIBIO);
107 sched_prio(g_down_td, PRIBIO);
120 sched_prio(g_event_td, PRIBIO);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dproc.h84 sched_prio(td, pri);
/freebsd-9.3-release/sys/kern/
H A Dkern_idle.c81 sched_prio(td, PRI_MAX_IDLE);
H A Dkern_synch.c603 sched_prio(td, prio);
618 sched_prio(td, PRI_MAX_TIMESHARE);
H A Dsubr_trap.c237 sched_prio(td, td->td_user_pri);
H A Dsched_4bsd.c646 sched_prio(td, td->td_user_pri);
889 sched_prio(td, base_pri);
895 sched_prio(struct thread *td, u_char prio) function
940 sched_prio(td, td->td_user_pri);
953 sched_prio(td, pri);
H A Dkern_kthread.c129 sched_prio(td, PVM);
H A Dkern_acct.c629 sched_prio(curthread, pri);
H A Dkern_thr.c273 sched_prio(newtd, newtd->td_user_pri);
H A Dsched_ule.c1707 sched_prio(struct thread *td, u_char prio) function
1754 sched_prio(td, td->td_user_pri);
1940 sched_prio(td, td->td_base_user_pri);
1960 sched_prio(td, prio);
1962 sched_prio(td, static_boost);
H A Dsubr_taskqueue.c512 sched_prio(td, pri);
H A Dsubr_sleepqueue.c753 sched_prio(td, pri);
H A Dkern_resource.c501 sched_prio(td, td->td_user_pri);
H A Dkern_intr.c187 sched_prio(td, pri);
H A Dkern_sig.c2322 sched_prio(td, PUSER);
2360 sched_prio(td, PUSER);
/freebsd-9.3-release/sys/vm/
H A Dvm_zeroidle.c158 sched_prio(td, PRI_MAX_IDLE);
/freebsd-9.3-release/sys/sys/
H A Dsched.h97 void sched_prio(struct thread *td, u_char prio);
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_process.c108 sched_prio(td, up->up_prio);
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3845 sched_prio(curthread, PRI_MIN_KERN);
4238 sched_prio(td, PRI_MIN_KERN);
4240 sched_prio(td, PRI_MIN_KERN + (PRI_MAX_KERN - PRI_MIN_KERN) / 2);
4242 sched_prio(td, PRI_MAX_KERN);
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli.c453 sched_prio(curthread, PUSER);
/freebsd-9.3-release/sys/dev/md/
H A Dmd.c916 sched_prio(curthread, PRIBIO);
/freebsd-9.3-release/sys/net/
H A Dflowtable.c1576 sched_prio(td, PPAUSE);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c2296 sched_prio(curthread, PRIBIO);
/freebsd-9.3-release/sys/geom/journal/
H A Dg_journal.c2065 sched_prio(curthread, PRIBIO);
/freebsd-9.3-release/sys/geom/raid/
H A Dg_raid.c1522 sched_prio(curthread, PRIBIO);

Completed in 365 milliseconds

12