Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/linux/
Dlinux_fork.c91 TD_SET_CAN_RUN(td2); in linux_fork()
124 TD_SET_CAN_RUN(td2); in linux_vfork()
239 TD_SET_CAN_RUN(td2); in linux_clone_proc()
365 TD_SET_CAN_RUN(newtd); in linux_clone_thread()
/freebsd-10-stable/sys/kern/
Dkern_idle.c78 TD_SET_CAN_RUN(td); in idle_setup()
Dkern_kthread.c129 TD_SET_CAN_RUN(td); in kproc_create()
302 TD_SET_CAN_RUN(newtd); in kthread_add()
Dkern_switch.c168 TD_SET_CAN_RUN(td); in choosethread()
Dkern_thr.c271 TD_SET_CAN_RUN(newtd); in thread_create()
Dsched_4bsd.c979 TD_SET_CAN_RUN(td); in sched_switch()
1410 TD_SET_CAN_RUN(td); in sched_rem()
Dinit_main.c874 TD_SET_CAN_RUN(td); in kick_init()
Dkern_fork.c743 TD_SET_CAN_RUN(td2); in do_fork()
Dsched_ule.c1885 TD_SET_CAN_RUN(td); in sched_switch()
2458 TD_SET_CAN_RUN(td); in sched_rem()
/freebsd-10-stable/sys/sys/
Dproc.h499 #define TD_SET_CAN_RUN(td) (td)->td_state = TDS_CAN_RUN macro