Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dast.c392 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()
H A Dast.h160 extern ast_t *ast_pending(void);
H A Dsyscall_subr.c635 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
H A Dlock_mtx.c690 ast_t *const astp = ast_pending(); in lck_mtx_lock_adaptive_spin()
/xnu-11215.81.4/osfmk/i386/
H A Dcpu.c212 ast_pending(void) in ast_pending() function
H A Dmachine_routines.c392 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()
/xnu-11215.81.4/bsd/dev/dtrace/
H A Dfbt_blacklist.c115 CLOSURE(ast_pending)
/xnu-11215.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.h695 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
/xnu-11215.81.4/osfmk/arm/pmap/
H A Dpmap.h784 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
/xnu-11215.81.4/osfmk/arm/
H A Dcpu_common.c769 ast_pending(void) in ast_pending() function