Searched defs:reasons (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | ast.c | 211 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user() local 389 ast_on(ast_t reasons) in ast_on() 401 ast_off(ast_t reasons) in ast_off() 414 ast_consume(ast_t reasons) in ast_consume() 430 ast_peek(ast_t reasons) in ast_peek()
|
| H A D | sched_prim.h | 512 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument 530 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
|
| H A D | telemetry.c | 421 telemetry_ast(thread_t thread, ast_t reasons) in telemetry_ast()
|
| H A D | sched_prim.c | 7887 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()
|