Searched refs:sched_add (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h85 sched_add(td, SRQ_BORING);
/freebsd-10-stable/sys/vm/
H A Dvm_zeroidle.c160 sched_add(td, SRQ_BORING);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_fork.c92 sched_add(td2, SRQ_BORING);
125 sched_add(td2, SRQ_BORING);
240 sched_add(td2, SRQ_BORING);
366 sched_add(newtd, SRQ_BORING);
/freebsd-10-stable/sys/sys/
H A Dsched.h115 void sched_add(struct thread *td, int flags);
164 /* sched_add arguments (formerly setrunqueue) */
/freebsd-10-stable/sys/kern/
H A Dkern_kthread.c135 sched_add(td, SRQ_BORING);
314 sched_add(newtd, SRQ_BORING);
H A Dsched_4bsd.c833 sched_add(td, SRQ_BORING);
986 sched_add(td, preempted ?
1096 sched_add(td, SRQ_BORING);
1249 sched_add(struct thread *td, int flags) function
1261 ("sched_add: trying to run inhibited thread"));
1263 ("sched_add: bad thread state"));
1265 ("sched_add: thread swapped out"));
1302 ("sched_add: bound td_sched not on cpu runq"));
1310 "sched_add: Put td_sched:%p(td:%p) on cpu%d runq", ts, td,
1314 "sched_add
[all...]
H A Dkern_intr.c506 sched_add(td, SRQ_INTR);
922 sched_add(td, SRQ_INTR);
1076 sched_add(td, SRQ_INTR);
H A Dinit_main.c875 sched_add(td, SRQ_BORING);
H A Dkern_thr.c272 sched_add(newtd, SRQ_BORING);
H A Dsched_ule.c1686 sched_add(td, SRQ_BORROWING);
2049 sched_add(td, SRQ_BORING);
2374 ("sched_add: trying to run inhibited thread"));
2376 ("sched_add: bad thread state"));
2378 ("sched_add: thread swapped out"));
2391 sched_add(struct thread *td, int flags) function
2506 sched_add(td, SRQ_BORING);
H A Dsubr_taskqueue.c602 sched_add(td, SRQ_BORING);
H A Dsubr_turnstile.c940 sched_add(td, SRQ_BORING);
H A Dkern_fork.c744 sched_add(td2, SRQ_BORING);
/freebsd-10-stable/sys/mips/nlm/
H A Dcms.c291 sched_add(td, SRQ_INTR);
382 sched_add(td, SRQ_INTR);
/freebsd-10-stable/sys/mips/rmi/
H A Dfmn.c323 sched_add(td, SRQ_INTR);
408 sched_add(td, SRQ_INTR);
/freebsd-10-stable/sys/dev/nand/
H A Dnandsim_chip.c179 sched_add(chip->nandsim_td, SRQ_BORING);

Completed in 174 milliseconds