Searched refs:ast_pending (Results 1 – 10 of 10) sorted by relevance
392 ast_t *pending_ast = ast_pending(); in ast_on()404 ast_t *pending_ast = ast_pending(); in ast_off()417 ast_t *pending_ast = ast_pending(); in ast_consume()433 ast_t *pending_ast = ast_pending(); in ast_peek()447 ast_t *pending_ast = ast_pending(); in ast_context()
160 extern ast_t *ast_pending(void);
635 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
690 ast_t *const astp = ast_pending(); in lck_mtx_lock_adaptive_spin()
212 ast_pending(void) in ast_pending() function
392 if ((get_preemption_level() == 0) && (*ast_pending() & AST_URGENT)) { in ml_set_interrupts_enabled()1263 if (__improbable(*ast_pending() & AST_URGENT)) { in kernel_preempt_check()
115 CLOSURE(ast_pending)
695 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
784 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
769 ast_pending(void) in ast_pending() function