Searched refs:TDA_SCHED (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | 308 ast_sched_locked(curthread, TDA_SCHED); in maybe_resched() 758 ast_sched_locked(td, TDA_SCHED); in sched_clock_tick() 974 ast_sched_locked(td, TDA_SCHED); in sched_lend_user_prio() 1018 ast_unsched_locked(td, TDA_SCHED); in sched_switch() 1274 ast_sched_locked(pcpu->pc_curthread, TDA_SCHED); in kick_other_cpu() 1842 ast_sched_locked(td, TDA_SCHED); in sched_affinity()
|
H A D | sched_ule.c | 876 ast_sched_locked(td, TDA_SCHED); in sched_balance_group() 2000 ast_sched_locked(td, TDA_SCHED); in sched_lend_user_prio() 2208 ast_unsched_locked(td, TDA_SCHED); in sched_switch() 2638 ast_sched_locked(td, TDA_SCHED); in sched_clock() 2715 ast_sched_locked(ctd, TDA_SCHED); in sched_setpreempt() 2887 ast_sched_locked(td, TDA_SCHED); in sched_affinity()
|
H A D | kern_racct.c | 1147 * TDA_SCHED for the thread, so that once it is in racct_proc_throttle() 1150 ast_sched_locked(td, TDA_SCHED); in racct_proc_throttle() 1155 * switch for it by setting the TDA_SCHED flag. in racct_proc_throttle() 1157 ast_sched_locked(td, TDA_SCHED); in racct_proc_throttle()
|
H A D | kern_synch.c | 623 ast_register(TDA_SCHED, ASTR_ASTF_REQUIRED, 0, ast_scheduler); in loadav()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | sched.h | 135 td_ast_pending(curthread, TDA_SCHED))
|
H A D | sched.h | 135 td_ast_pending(curthread, TDA_SCHED))
|
H A D | sched.h | 135 td_ast_pending(curthread, TDA_SCHED))
|
/freebsd/sys/sys/ |
H A D | proc.h | 490 TDA_SCHED, enumerator
|