Searched refs:ast_pending (Results 1 – 9 of 9) sorted by relevance
379 ast_t *pending_ast = ast_pending(); in ast_on()391 ast_t *pending_ast = ast_pending(); in ast_off()404 ast_t *pending_ast = ast_pending(); in ast_consume()420 ast_t *pending_ast = ast_pending(); in ast_peek()434 ast_t *pending_ast = ast_pending(); in ast_context()
160 extern ast_t *ast_pending(void);
634 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
712 ast_t *const astp = ast_pending(); in lck_mtx_lock_adaptive_spin()
214 ast_pending(void) in ast_pending() function
397 if ((get_preemption_level() == 0) && (*ast_pending() & AST_URGENT)) { in ml_set_interrupts_enabled()1190 if (__improbable(*ast_pending() & AST_URGENT)) { in kernel_preempt_check()
114 CLOSURE(ast_pending)
738 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
775 ast_pending(void) in ast_pending() function