Searched defs:reasons (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | ast.c | 214 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user() local 292 handle_user_asts_interrupts_enabled(ast_t reasons, thread_t thread, task_t task) in handle_user_asts_interrupts_enabled() 428 ast_t reasons = ast_consume(ASYNC_THREAD_ASTS_HANDLED); in ast_check_async_thread() local 447 ast_on(ast_t reasons) in ast_on() 459 ast_off(ast_t reasons) in ast_off() 472 ast_consume(ast_t reasons) in ast_consume() 488 ast_peek(ast_t reasons) in ast_peek()
|
| H A D | sched_prim.h | 499 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument 517 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
|
| H A D | telemetry.c | 423 telemetry_ast(thread_t thread, ast_t reasons) in telemetry_ast()
|
| H A D | sched_prim.c | 7039 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()
|