Searched refs:preemption_disable_mt (Results 1 – 5 of 5) sorted by relevance
249 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()
127 …volatile uint64_t preemption_disable_mt; /* timestamp of when preemption was disabled… member
986 if (thread->machine.preemption_disable_mt != 0) { in ml_adjust_preemption_disable_time()
49 if (t->machine.preemption_disable_mt != 0) { in pmap_abandon_measurement()
135 DECLARE("ACT_PREEMPT_MT", offsetof(struct thread, machine.preemption_disable_mt)); in main()