Searched refs:AST_PREEMPT (Results 1 – 12 of 12) sorted by relevance
145 assert(urgent_reason & AST_PREEMPT); in ast_taken_kernel()179 assert(urgent_reason & AST_PREEMPT); in ast_taken_user()328 if (preemption_reasons & AST_PREEMPT) { in ast_taken_user()342 if (preemption_reasons & AST_PREEMPT) { in ast_taken_user()
110 AST_PREEMPT = 0x01,141 #define AST_PREEMPTION (AST_PREEMPT | AST_QUANTUM | AST_URGENT)
316 return AST_PREEMPT | AST_URGENT; in sched_dualq_processor_csw_check()334 return AST_PREEMPT | AST_URGENT; in sched_dualq_processor_csw_check()338 return AST_PREEMPT | AST_URGENT; in sched_dualq_processor_csw_check()341 return AST_PREEMPT; in sched_dualq_processor_csw_check()
351 return AST_PREEMPT | AST_URGENT; in sched_amp_processor_csw_check()355 return AST_PREEMPT | AST_URGENT; in sched_amp_processor_csw_check()359 return AST_PREEMPT | AST_URGENT; in sched_amp_processor_csw_check()362 return AST_PREEMPT; in sched_amp_processor_csw_check()
166 preempt = AST_PREEMPT; in pset_signal_spill()384 ast_on(AST_PREEMPT); in sched_amp_bounce_thread_group_from_ecores()
3069 ast_on(AST_URGENT | AST_PREEMPT); in thread_select()3821 } else if (reason & AST_PREEMPT) { in thread_dispatch()4861 preempt = (AST_PREEMPT | AST_URGENT); in realtime_setrun()4864 preempt = (AST_PREEMPT | AST_URGENT); in realtime_setrun()4881 if ((preempt & AST_PREEMPT) == AST_PREEMPT) { in realtime_setrun()4903 if ((preempt & AST_PREEMPT) == AST_PREEMPT) { in realtime_setrun()5124 preempt = (AST_PREEMPT | AST_URGENT); in processor_setrun()5126 preempt = (AST_PREEMPT | AST_URGENT); in processor_setrun()5129 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE; in processor_setrun()5134 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE; in processor_setrun()[all …]
639 if (*pending_ast & AST_PREEMPT) { in thread_yield_to_preemption()
3364 return AST_PREEMPT | AST_URGENT; in sched_clutch_processor_csw_check()3366 return AST_PREEMPT; in sched_clutch_processor_csw_check()5090 ast_t new_preempt = update_pending_nonurgent_preemption(src_processor, AST_PREEMPT); in sched_edge_migrate_thread_group_running_threads()
3122 ast_on(AST_PREEMPT); in thread_shared_rsrc_policy_set()3152 ast_on(AST_PREEMPT); in thread_shared_rsrc_policy_clear()
762 ast = ast_peek(AST_PREEMPT); in thread_unfreeze_base_pri()
26 #define AST_PREEMPT 0x01 macro
218 return preempt_ast & AST_PREEMPT; in impl_processor_csw_check()