Home
last modified time | relevance | path

Searched refs:ast_pending (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dast.c379 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()
H A Dast.h160 extern ast_t *ast_pending(void);
H A Dsyscall_subr.c634 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
H A Dlock_mtx.c712 ast_t *const astp = ast_pending(); in lck_mtx_lock_adaptive_spin()
/xnu-8792.61.2/osfmk/i386/
H A Dcpu.c214 ast_pending(void) in ast_pending() function
H A Dmachine_routines.c397 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()
/xnu-8792.61.2/bsd/dev/dtrace/
H A Dfbt_blacklist.c114 CLOSURE(ast_pending)
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap.h738 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
/xnu-8792.61.2/osfmk/arm/
H A Dcpu_common.c775 ast_pending(void) in ast_pending() function