Home
last modified time | relevance | path

Searched refs:TD_SET_CAN_RUN (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_idle.c80 TD_SET_CAN_RUN(td); in idle_setup()
H A Dkern_kthread.c143 TD_SET_CAN_RUN(td); in kproc_create()
312 TD_SET_CAN_RUN(newtd); in kthread_add()
H A Dkern_switch.c170 TD_SET_CAN_RUN(td); in choosethread_panic()
H A Dkern_thr.c280 TD_SET_CAN_RUN(newtd); in thread_create()
H A Dsched_4bsd.c1007 TD_SET_CAN_RUN(td); in sched_switch()
1448 TD_SET_CAN_RUN(td); in sched_rem()
H A Dinit_main.c843 TD_SET_CAN_RUN(td); in kick_init()
H A Dkern_fork.c770 TD_SET_CAN_RUN(td2); in do_fork()
H A Dsched_ule.c2079 TD_SET_CAN_RUN(td); in sched_switch()
2647 TD_SET_CAN_RUN(td); in sched_rem()
/f-stack/freebsd/sys/
H A Dproc.h586 #define TD_SET_CAN_RUN(td) (td)->td_state = TDS_CAN_RUN macro