Searched defs:tda (Results 1 – 3 of 3) sorted by relevance
257 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()
288 ast_sig(struct thread *td, int tda) in ast_sig()
508 #define TDAI(tda) (1U << (tda)) argument509 #define td_ast_pending(td, tda) ((td->td_ast & TDAI(tda)) != 0) argument