Home
last modified time | relevance | path

Searched refs:AST_SFI (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dast.c305 if (ast_consume(AST_SFI) == AST_SFI) { in ast_taken_user()
333 if (preemption_reasons & AST_SFI) { in ast_taken_user()
H A Dast.h129 #define AST_SFI 0x10000 /* Evaluate if SFI wait is needed before return to userspac… macro
H A Dsfi.c369 ast_on(AST_SFI); in sfi_timer_global_off()
884 return AST_SFI; in sfi_thread_needs_ast()
907 return AST_SFI; in sfi_processor_needs_ast()
1031 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
H A Dsched_prim.c3570 if (thread->reason & AST_SFI) { in thread_dispatch()