Searched refs:AST_NONE (Results 1 – 11 of 11) sorted by relevance
137 #define AST_NONE 0x00 macro138 #define AST_ALL (~AST_NONE)
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()
145 ast_t preempt = AST_NONE; in pset_signal_spill()178 if (preempt != AST_NONE) { in pset_signal_spill()
636 ast_t ast = AST_NONE; in thread_yield_to_preemption()650 if (ast != AST_NONE) { in thread_yield_to_preemption()
1056 thread->reason = AST_NONE; in thread_unblock()3930 if (new_ast != AST_NONE) { in thread_dispatch()4000 self->reason = AST_NONE; in thread_dispatch()4096 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block()4104 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter()4124 ast_t reason = AST_NONE; in thread_run()4140 reason = AST_NONE; in thread_run()4859 ast_t preempt = AST_NONE; in realtime_setrun()4868 if (preempt != AST_NONE) { in realtime_setrun()5110 ast_t preempt = AST_NONE; in processor_setrun()[all …]
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()
365 return AST_NONE; in sched_amp_processor_csw_check()
234 if ((preempt = csw_check(thread, processor, check_reason)) != AST_NONE) { in thread_quantum_expire()
3368 return AST_NONE; in sched_clutch_processor_csw_check()
29 #define AST_NONE 0x00 macro
776 cpu_data_ptr->cpu_pending_ast = AST_NONE; in cpu_data_init()