Home
last modified time | relevance | path

Searched defs:tda (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c257 ast_sched_locked(struct thread *td, int tda) in ast_sched_locked()
266 ast_unsched_locked(struct thread *td, int tda) in ast_unsched_locked()
275 ast_sched(struct thread *td, int tda) in ast_sched()
H A Dkern_sig.c288 ast_sig(struct thread *td, int tda) in ast_sig()
/freebsd/sys/sys/
H A Dproc.h508 #define TDAI(tda) (1U << (tda)) argument
509 #define td_ast_pending(td, tda) ((td->td_ast & TDAI(tda)) != 0) argument