Searched refs:preempt (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | sched_amp_common.c | 145 ast_t preempt = AST_NONE; in pset_signal_spill() local 166 preempt = AST_PREEMPT; in pset_signal_spill() 178 if (preempt != AST_NONE) { in pset_signal_spill() 179 ast_t new_preempt = update_pending_nonurgent_preemption(processor, preempt); in pset_signal_spill()
|
| H A D | hv_support_kext.c | 51 .preempt = NULL, /* thread is being preempted */ 194 .preempt = NULL, in hv_release_callbacks()
|
| H A D | sched_prim.c | 4429 preempt = true; in rt_runq_enqueue() 4442 preempt = true; in rt_runq_enqueue() 4469 return preempt; in rt_runq_enqueue() 4805 return preempt; in realtime_queue_insert() 5183 ast_on(preempt); in processor_setrun() 6276 ast_t preempt; in ast_check() local 6279 ast_on(preempt); in ast_check() 6340 if (preempt) { in thread_preempt_expire() 6341 ast_on(preempt); in thread_preempt_expire() 6431 ast_t preempt; in set_sched_pri() local [all …]
|
| H A D | hv_support_kext.h | 59 void (*preempt)(void *vcpu); member
|
| H A D | priority.c | 102 ast_t preempt; in thread_quantum_expire() local 234 if ((preempt = csw_check(thread, processor, check_reason)) != AST_NONE) { in thread_quantum_expire() 235 ast_on(preempt); in thread_quantum_expire() 272 …TANT(MACHDBG_CODE(DBG_MACH_SCHED, MACH_SCHED_QUANTUM_EXPIRED) | DBG_FUNC_END, preempt, 0, 0, 0, 0); in thread_quantum_expire()
|
| /xnu-11215/osfmk/i386/commpage/ |
| H A D | commpage_asm.s | 40 COMMPAGE_DESCRIPTOR_REFERENCE(preempt)
|
| H A D | fifo_queues.s | 80 COMMPAGE_FUNCTION_START(preempt, 32, 4) 86 COMMPAGE_DESCRIPTOR(preempt,_COMM_PAGE_PREEMPT)
|
| /xnu-11215/osfmk/i386/ |
| H A D | pcb.c | 469 hv_callbacks.preempt(old->hv_thread_target); in machine_switch_context() 2182 hv_callbacks.preempt(old->hv_thread_target); in machine_stack_handoff()
|