| /freebsd-10-stable/sys/kern/ |
| D | tty_info.c | 90 TD_IS_RUNNING(td)) in proc_sum() 114 runa = TD_IS_RUNNING(td) | TD_ON_RUNQ(td); in thread_compare() 119 runb = TD_IS_RUNNING(td2) | TD_ON_RUNQ(td2); in thread_compare() 271 if (TD_IS_RUNNING(td)) in tty_info()
|
| D | kern_synch.c | 167 KASSERT(ident != NULL && TD_IS_RUNNING(td), ("msleep")); in _sleep() 270 KASSERT(ident != NULL && TD_IS_RUNNING(td), ("msleep")); in msleep_spin_sbt() 428 if (!TD_ON_LOCK(td) && !TD_IS_RUNNING(td)) in mi_switch()
|
| D | kern_sx.c | 612 if (TD_IS_RUNNING(owner)) { in _sx_xlock_hard() 623 TD_IS_RUNNING(owner)) in _sx_xlock_hard() 680 if (TD_IS_RUNNING(owner)) { in _sx_xlock_hard() 926 if (TD_IS_RUNNING(owner)) { in _sx_slock_hard() 936 TD_IS_RUNNING(owner)) in _sx_slock_hard() 970 if (TD_IS_RUNNING(owner)) { in _sx_slock_hard()
|
| D | kern_rwlock.c | 468 if (TD_IS_RUNNING(owner)) { in __rw_rlock() 477 owner && TD_IS_RUNNING(owner)) in __rw_rlock() 532 if (TD_IS_RUNNING(owner)) { in __rw_rlock() 833 if (!(v & RW_LOCK_READ) && TD_IS_RUNNING(owner)) { in __rw_wlock_hard() 841 TD_IS_RUNNING(owner)) in __rw_wlock_hard() 886 if (TD_IS_RUNNING(owner)) { in __rw_wlock_hard()
|
| D | sched_4bsd.c | 485 } else if (TD_IS_RUNNING(td)) { in schedcpu() 984 if (TD_IS_RUNNING(td)) { in sched_switch() 1262 KASSERT((TD_CAN_RUN(td) || TD_IS_RUNNING(td)), in sched_add() 1355 KASSERT((TD_CAN_RUN(td) || TD_IS_RUNNING(td)),
|
| D | kern_lock.c | 602 (uintptr_t)owner && TD_IS_RUNNING(owner)) in __lockmgr_args() 666 if (TD_IS_RUNNING(owner)) { in __lockmgr_args() 846 (uintptr_t)owner && TD_IS_RUNNING(owner)) in __lockmgr_args() 913 if (TD_IS_RUNNING(owner)) { in __lockmgr_args()
|
| D | kern_mutex.c | 507 if (TD_IS_RUNNING(owner)) { in __mtx_lock_sleep() 517 TD_IS_RUNNING(owner)) in __mtx_lock_sleep() 548 if (TD_IS_RUNNING(owner)) { in __mtx_lock_sleep()
|
| D | kern_condvar.c | 66 KASSERT(TD_IS_RUNNING(td), ("%s: not TDS_RUNNING", __func__)); \
|
| D | sched_ule.c | 1693 if (TD_IS_RUNNING(td)) { in sched_thread_priority() 1886 } else if (TD_IS_RUNNING(td)) { in sched_switch() 2375 KASSERT((TD_CAN_RUN(td) || TD_IS_RUNNING(td)), in tdq_add() 2478 sched_pctcpu_update(ts, TD_IS_RUNNING(td)); in sched_pctcpu() 2509 if (!TD_IS_RUNNING(td)) in sched_affinity()
|
| D | subr_smp.c | 168 KASSERT(TD_IS_RUNNING(td), in forward_signal()
|
| D | kern_thread.c | 718 } else if (TD_IS_RUNNING(td2) && td != td2) { in thread_single()
|
| D | subr_sleepqueue.c | 554 KASSERT(TD_IS_RUNNING(td), ("running but not TDS_RUNNING")); in sleepq_switch()
|
| D | subr_turnstile.c | 248 if (TD_IS_RUNNING(td) || TD_ON_RUNQ(td)) { in propagate_priority()
|
| D | kern_proc.c | 991 TD_IS_RUNNING(td)) { in fill_kinfo_thread() 2525 else if (TD_IS_RUNNING(td)) in sysctl_kern_proc_kstack()
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | stack_machdep.c | 41 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | stack_machdep.c | 71 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | stack_machdep.c | 94 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | stack_machdep.c | 73 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | stack_machdep.c | 73 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/sparc64/sparc64/ |
| D | stack_machdep.c | 77 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | stack_machdep.c | 137 if (TD_IS_RUNNING(td)) in stack_save_td()
|
| /freebsd-10-stable/sys/ddb/ |
| D | db_ps.c | 299 } else if (TD_IS_RUNNING(td)) { in dumpthread()
|
| /freebsd-10-stable/sys/vm/ |
| D | vm_pageout.c | 1648 !TD_IS_RUNNING(td) && in vm_pageout_oom() 1947 !TD_IS_RUNNING(td) && in vm_daemon()
|
| /freebsd-10-stable/lib/libkvm/ |
| D | kvm_proc.c | 404 TD_IS_RUNNING(&mtd)) { in kvm_proclist()
|
| /freebsd-10-stable/sys/sys/ |
| D | proc.h | 459 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING) macro
|