Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dast.c309 if (ast_consume(AST_SFI) == AST_SFI) { in ast_taken_user()
337 if (preemption_reasons & AST_SFI) { in ast_taken_user()
H A Dast.h127 #define AST_SFI 0x10000 /* Evaluate if SFI wait is needed before return to userspac… macro
H A Dsfi.c371 ast_on(AST_SFI); in sfi_timer_global_off()
886 return AST_SFI; in sfi_thread_needs_ast()
909 return AST_SFI; in sfi_processor_needs_ast()
1033 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
H A Dsched_prim.c3717 if (thread->reason & AST_SFI) { in thread_dispatch()