Home
last modified time | relevance | path

Searched refs:preemption_disable_mt (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/osfmk/arm/
H A Dlocks_arm.c249 thread->machine.preemption_disable_mt = ml_get_sched_hygiene_timebase(); in _prepare_preemption_disable_measurement()
278 uint64_t const mt = thread->machine.preemption_disable_mt; in _collect_preemption_disable_measurement()
281 thread->machine.preemption_disable_mt = 0; in _collect_preemption_disable_measurement()
374 if (t->machine.preemption_disable_mt != 0) { in abandon_preemption_disable_measurement()
521 if (count == 0 && thread->machine.preemption_disable_mt != 0) { in _enable_preemption()
H A Dthread.h127 …volatile uint64_t preemption_disable_mt; /* timestamp of when preemption was disabled… member
H A Dmachine_routines_common.c986 if (thread->machine.preemption_disable_mt != 0) { in ml_adjust_preemption_disable_time()
/xnu-8792.81.2/osfmk/arm/pmap/
H A Dpmap_misc.c49 if (t->machine.preemption_disable_mt != 0) { in pmap_abandon_measurement()
/xnu-8792.81.2/osfmk/arm64/
H A Dgenassym.c135 DECLARE("ACT_PREEMPT_MT", offsetof(struct thread, machine.preemption_disable_mt)); in main()