Searched refs:ast_pending (Results 1 – 9 of 9) sorted by relevance
387 ast_t *pending_ast = ast_pending(); in ast_on()399 ast_t *pending_ast = ast_pending(); in ast_off()412 ast_t *pending_ast = ast_pending(); in ast_consume()428 ast_t *pending_ast = ast_pending(); in ast_peek()442 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()
677 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()1232 if (__improbable(*ast_pending() & AST_URGENT)) { in kernel_preempt_check()
115 CLOSURE(ast_pending)
778 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
775 ast_pending(void) in ast_pending() function