Home
last modified time | relevance | path

Searched refs:AST_UNQUIESCE (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dast.c345 if (ast_consume(AST_UNQUIESCE) == AST_UNQUIESCE) { in ast_taken_user()
H A Dcpu_quiesce.c209 ast_on(AST_UNQUIESCE); in cpu_quiescent_counter_join()
277 ast_off(AST_UNQUIESCE); in cpu_quiescent_counter_leave()
H A Dast.h134 #define AST_UNQUIESCE 0x200000 /* catch unquiesced processor before returning to userspac… macro