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

/xnu-2422.115.4/osfmk/kern/
H A Dast.h108 #define AST_NONE 0x00 macro
109 #define AST_ALL (~AST_NONE)
160 if ((*_ast_myast |= (reasons)) != AST_NONE) \
168 if ((*_ast_myast &= ~(reasons)) == AST_NONE) \
178 if ((*myast = ((*myast &~ AST_PER_THREAD) | (act)->ast)) != AST_NONE) \
196 (hw_atomic_and_noret(&(act)->ast, AST_NONE))
H A Dast.c121 if (*myast == AST_NONE)
254 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsched_prim.c925 thread->reason = AST_NONE;
2594 thread->reason = AST_NONE;
2761 return thread_block_reason(continuation, NULL, AST_NONE);
2769 return thread_block_reason(continuation, parameter, AST_NONE);
2802 handoff = AST_NONE;
3213 preempt = AST_NONE;
3217 if (preempt != AST_NONE) {
3352 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE;
3354 preempt = AST_NONE;
3357 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE;
[all...]
H A Dpriority.c196 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsyscall_subr.c549 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.c206 thread_template.reason = AST_NONE;
/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c345 *myast = AST_NONE;

Completed in 54 milliseconds