Searched refs:AST_NONE (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dast.h103 #define AST_NONE 0x00 macro
104 #define AST_ALL (~AST_NONE)
157 if ((*myast |= (reasons)) != AST_NONE) \
165 if ((*myast &= ~(reasons)) == AST_NONE) \
175 if ((*myast = ((*myast &~ AST_PER_THREAD) | (act)->ast)) != AST_NONE) \
193 (hw_atomic_and_noret(&(act)->ast, AST_NONE))
H A Dast.c118 if (*myast == AST_NONE)
236 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsched_prim.c938 thread->reason = AST_NONE;
2409 thread->reason = AST_NONE;
2575 return thread_block_reason(continuation, NULL, AST_NONE);
2583 return thread_block_reason(continuation, parameter, AST_NONE);
2616 handoff = AST_NONE;
3112 preempt = AST_NONE;
3114 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE;
3117 preempt = AST_NONE;
3119 if (preempt != AST_NONE) {
3121 if (csw_check(processor) != AST_NONE)
[all...]
H A Dpriority.c194 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsyscall_subr.c460 if ((preempt = csw_check(myprocessor)) != AST_NONE)
H A Dsched_proto.c524 return AST_NONE;
H A Dsched_fixedpriority.c580 return AST_NONE;
H A Dsched_grrr.c478 return AST_NONE;
H A Dthread.c180 thread_template.reason = AST_NONE;
/darwin-on-arm/xnu/osfmk/arm/
H A Darm_init.c105 bootProcessorData->cpu_pending_ast = AST_NONE;
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c345 *myast = AST_NONE;

Completed in 73 milliseconds