Searched defs:reasons (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | ast.c | 215 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user() local 293 handle_user_asts_interrupts_enabled(ast_t reasons, thread_t thread, task_t task) in handle_user_asts_interrupts_enabled() 436 ast_t reasons = ast_consume(ASYNC_THREAD_ASTS_HANDLED); in ast_check_async_thread() local 455 ast_on(ast_t reasons) in ast_on() 467 ast_off(ast_t reasons) in ast_off() 480 ast_consume(ast_t reasons) in ast_consume() 496 ast_peek(ast_t reasons) in ast_peek()
|
| H A D | sched_prim.h | 500 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument 518 #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 | 7053 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()
|