Searched defs:reasons (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/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 390 ast_on(ast_t reasons) in ast_on() 402 ast_off(ast_t reasons) in ast_off() 415 ast_consume(ast_t reasons) in ast_consume() 431 ast_peek(ast_t reasons) in ast_peek()
|
| H A D | telemetry.c | 318 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() 326 telemetry_task_ctl_locked(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl_locked() 532 telemetry_ast(thread_t thread, ast_t reasons) in telemetry_ast()
|
| H A D | sched_prim.h | 493 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument 511 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
|
| H A D | sched_prim.c | 7445 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()
|