Searched defs:reasons (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | ast.c | 212 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user() local 395 ast_on(ast_t reasons) in ast_on() 407 ast_off(ast_t reasons) in ast_off() 420 ast_consume(ast_t reasons) in ast_consume() 436 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()
|