Searched refs:ast_pending (Results 1 – 10 of 10) sorted by relevance
397 ast_t *pending_ast = ast_pending(); in ast_on()409 ast_t *pending_ast = ast_pending(); in ast_off()422 ast_t *pending_ast = ast_pending(); in ast_consume()438 ast_t *pending_ast = ast_pending(); in ast_peek()452 ast_t *pending_ast = ast_pending(); in ast_context()
161 extern ast_t *ast_pending(void);
645 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)
692 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
785 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
793 ast_pending(void) in ast_pending() function