Searched refs:ast_sched_locked (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_trap.c | 257 ast_sched_locked(struct thread *td, int tda) in ast_sched_locked() function 278 ast_sched_locked(td, tda); in ast_sched()
|
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() 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 | kern_racct.c | 1140 ast_sched_locked(td, TDA_RACCT); in racct_proc_throttle() 1150 ast_sched_locked(td, TDA_SCHED); in racct_proc_throttle() 1157 ast_sched_locked(td, TDA_SCHED); in racct_proc_throttle()
|
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() 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_fork.c | 487 ast_sched_locked(td, TDA_VFORK); in do_fork()
|
H A D | kern_thread.c | 1276 ast_sched_locked(td2, TDA_SUSPEND); in thread_single()
|
H A D | kern_sig.c | 2788 ast_sched_locked(td2, TDA_SUSPEND); in sig_suspend_threads()
|
/freebsd/sys/sys/ |
H A D | proc.h | 1143 void ast_sched_locked(struct thread *td, int tda);
|