Searched refs:TD_SET_CAN_RUN (Results 1 – 10 of 10) sorted by relevance
88 TD_SET_CAN_RUN(td2); in linux_fork()118 TD_SET_CAN_RUN(td2); in linux_vfork()228 TD_SET_CAN_RUN(td2); in linux_clone_proc()338 TD_SET_CAN_RUN(newtd); in linux_clone_thread()
77 TD_SET_CAN_RUN(td); in idle_setup()
126 TD_SET_CAN_RUN(td); in kproc_create1()323 TD_SET_CAN_RUN(newtd); in kthread_add1()
164 TD_SET_CAN_RUN(td); in choosethread_panic()
280 TD_SET_CAN_RUN(newtd); in thread_create()
1029 TD_SET_CAN_RUN(td); in sched_switch() 1478 TD_SET_CAN_RUN(td); in sched_rem()
864 TD_SET_CAN_RUN(td); in kick_init()
795 TD_SET_CAN_RUN(td2); in do_fork()
2221 TD_SET_CAN_RUN(td); in sched_switch() 2831 TD_SET_CAN_RUN(td); in sched_rem()
637 #define TD_SET_CAN_RUN(td) TD_SET_STATE(td, TDS_CAN_RUN) macro