Searched refs:AST_QUANTUM (Results 1 – 7 of 7) sorted by relevance
111 AST_QUANTUM = 0x02,141 #define AST_PREEMPTION (AST_PREEMPT | AST_QUANTUM | AST_URGENT)
332 preemption_reasons = csw_check(thread, current_processor(), (preemption_reasons & AST_QUANTUM)); in ast_taken_user()
229 ast_t check_reason = AST_QUANTUM; in thread_quantum_expire()
4417 if (reason & AST_QUANTUM) { in sched_edge_thread_avoid_processor()4846 …_t amp_rebalance = (thread->reason & (AST_REBALANCE | AST_QUANTUM)) == (AST_REBALANCE | AST_QUANTU… in sched_edge_migrate_candidate()
3776 thread->reason |= AST_QUANTUM; in thread_dispatch()3786 if ((thread->reason & (AST_HANDOFF | AST_QUANTUM)) == AST_HANDOFF) { in thread_dispatch()3788 thread->reason |= AST_QUANTUM; in thread_dispatch()3807 if (reason & AST_QUANTUM) { in thread_dispatch()3819 if (reason & AST_QUANTUM) { in thread_dispatch()
27 #define AST_QUANTUM 0x02 macro
286 …lling from the preferred cluster). The scheduler recognizes this (via `AST_QUANTUM` and `AST_REBAL…