Searched refs:ast_pending (Results 1 – 8 of 8) sorted by relevance
376 ast_t *pending_ast = ast_pending(); in ast_on()388 ast_t *pending_ast = ast_pending(); in ast_off()401 ast_t *pending_ast = ast_pending(); in ast_consume()417 ast_t *pending_ast = ast_pending(); in ast_peek()431 ast_t *pending_ast = ast_pending(); in ast_context()
162 extern ast_t *ast_pending(void);
634 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
214 ast_pending(void) in ast_pending() function
390 if ((get_preemption_level() == 0) && (*ast_pending() & AST_URGENT)) { in ml_set_interrupts_enabled()1152 if (__improbable(*ast_pending() & AST_URGENT)) { in kernel_preempt_check()
109 CLOSURE(ast_pending)
774 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
763 ast_pending(void) in ast_pending() function