Searched refs:TD_SET_CAN_RUN (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_idle.c78 TD_SET_CAN_RUN(td);
H A Dkern_kthread.c128 TD_SET_CAN_RUN(td);
299 TD_SET_CAN_RUN(newtd);
H A Dkern_switch.c168 TD_SET_CAN_RUN(td);
H A Dkern_thr.c275 TD_SET_CAN_RUN(newtd);
H A Dinit_main.c852 TD_SET_CAN_RUN(td);
H A Dsched_4bsd.c998 TD_SET_CAN_RUN(td);
1430 TD_SET_CAN_RUN(td);
H A Dkern_fork.c721 TD_SET_CAN_RUN(td2);
H A Dsched_ule.c1902 TD_SET_CAN_RUN(td);
2458 TD_SET_CAN_RUN(td);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_fork.c95 TD_SET_CAN_RUN(td2);
135 TD_SET_CAN_RUN(td2);
284 TD_SET_CAN_RUN(td2);
/freebsd-10.0-release/sys/sys/
H A Dproc.h478 #define TD_SET_CAN_RUN(td) (td)->td_state = TDS_CAN_RUN macro

Completed in 90 milliseconds