Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dast.c376 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()
H A Dast.h162 extern ast_t *ast_pending(void);
H A Dsyscall_subr.c634 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption()
/xnu-8020.101.4/osfmk/i386/
H A Dcpu.c214 ast_pending(void) in ast_pending() function
H A Dmachine_routines.c390 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()
/xnu-8020.101.4/bsd/dev/dtrace/
H A Dfbt_blacklist.c109 CLOSURE(ast_pending)
/xnu-8020.101.4/osfmk/arm/
H A Dpmap.h774 return !!(*((volatile ast_t*)ast_pending()) & AST_URGENT); in _pmap_pending_preemption_real()
H A Dcpu_common.c763 ast_pending(void) in ast_pending() function