Searched refs:AST_NONE (Results 1 – 14 of 14) sorted by relevance
137 #define AST_NONE 0x00 macro138 #define AST_ALL (~AST_NONE)
358 if (AST_NONE != sfi_processor_needs_ast(processor)) { in sfi_timer_global_off()886 return AST_NONE; in sfi_thread_needs_ast()909 return AST_NONE; in sfi_processor_needs_ast()1074 if ((sfi_ast == AST_NONE) || (class_id != current_class_id)) { in sfi_reevaluate()1092 if (sfi_ast != AST_NONE) { in sfi_reevaluate()
876 thread->reason = AST_NONE; in thread_unblock()3594 if (new_ast != AST_NONE) { in thread_dispatch()3645 self->reason = AST_NONE; in thread_dispatch()3733 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block()3741 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter()3761 ast_t reason = AST_NONE; in thread_run()3782 reason = AST_NONE; in thread_run()4475 ast_t preempt = AST_NONE; in realtime_setrun()4486 if (preempt != AST_NONE) { in realtime_setrun()4747 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE; in processor_setrun()[all …]
635 ast_t ast = AST_NONE; in thread_yield_to_preemption()649 if (ast != AST_NONE) { in thread_yield_to_preemption()
380 while ((thread = sched_grrr_choose_thread(processor, IDLEPRI, AST_NONE)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()492 return AST_NONE; in sched_grrr_processor_csw_check()
533 return AST_NONE; in sched_proto_processor_csw_check()
344 return AST_NONE; in sched_dualq_processor_csw_check()
359 return AST_NONE; in sched_amp_processor_csw_check()
478 return AST_NONE; in sched_traditional_processor_csw_check()
227 if ((preempt = csw_check(thread, processor, check_reason)) != AST_NONE) { in thread_quantum_expire()
1238 return AST_NONE; in sched_multiq_processor_csw_check()
2968 return AST_NONE; in sched_clutch_processor_csw_check()3686 return AST_NONE; in sched_edge_processor_csw_check()
335 cpu_data_ptr->cpu_pending_ast = AST_NONE; in cpu_data_init()
802 cpu_data_ptr->cpu_pending_ast = AST_NONE; in cpu_data_init()