Searched refs:AST_NONE (Results 1 – 14 of 14) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ast.h | 137 #define AST_NONE 0x00 macro 138 #define AST_ALL (~AST_NONE)
|
| H A D | sfi.c | 360 if (AST_NONE != sfi_processor_needs_ast(processor)) { in sfi_timer_global_off() 888 return AST_NONE; in sfi_thread_needs_ast() 911 return AST_NONE; in sfi_processor_needs_ast() 1076 if ((sfi_ast == AST_NONE) || (class_id != current_class_id)) { in sfi_reevaluate() 1094 if (sfi_ast != AST_NONE) { in sfi_reevaluate()
|
| H A D | sched_amp_common.c | 141 ast_t preempt = AST_NONE; in pset_signal_spill() 174 if (preempt != AST_NONE) { in pset_signal_spill()
|
| H A D | syscall_subr.c | 636 ast_t ast = AST_NONE; in thread_yield_to_preemption() 650 if (ast != AST_NONE) { in thread_yield_to_preemption()
|
| H A D | sched_prim.c | 933 thread->reason = AST_NONE; in thread_unblock() 3769 if (new_ast != AST_NONE) { in thread_dispatch() 3837 self->reason = AST_NONE; in thread_dispatch() 3933 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block() 3941 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter() 3961 ast_t reason = AST_NONE; in thread_run() 3982 reason = AST_NONE; in thread_run() 4701 ast_t preempt = AST_NONE; in realtime_setrun() 4710 if (preempt != AST_NONE) { in realtime_setrun() 4952 ast_t preempt = AST_NONE; in processor_setrun() [all …]
|
| H A D | sched_dualq.c | 315 if (sched_dualq_thread_avoid_processor(processor, current_thread(), AST_NONE)) { in sched_dualq_processor_csw_check() 344 return AST_NONE; in sched_dualq_processor_csw_check()
|
| H A D | sched_grrr.c | 381 while ((thread = sched_grrr_choose_thread(processor, IDLEPRI, AST_NONE)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown() 493 return AST_NONE; in sched_grrr_processor_csw_check()
|
| H A D | sched_proto.c | 533 return AST_NONE; in sched_proto_processor_csw_check()
|
| H A D | sched_multiq.c | 1209 if (sched_multiq_thread_avoid_processor(processor, current_thread(), AST_NONE)) { in sched_multiq_processor_csw_check() 1238 return AST_NONE; in sched_multiq_processor_csw_check()
|
| H A D | sched_traditional.c | 478 return AST_NONE; in sched_traditional_processor_csw_check()
|
| H A D | sched_amp.c | 365 return AST_NONE; in sched_amp_processor_csw_check()
|
| H A D | priority.c | 234 if ((preempt = csw_check(thread, processor, check_reason)) != AST_NONE) { in thread_quantum_expire()
|
| H A D | sched_clutch.c | 2932 if (sched_clutch_thread_avoid_processor(processor, current_thread(), AST_NONE)) { in sched_clutch_processor_csw_check() 2961 return AST_NONE; in sched_clutch_processor_csw_check() 3648 return AST_NONE; in sched_edge_processor_csw_check()
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | cpu.c | 802 cpu_data_ptr->cpu_pending_ast = AST_NONE; in cpu_data_init()
|