Searched refs:preemption_disable_adj_mt (Results 1 – 4 of 4) sorted by relevance
339 thread->machine.preemption_disable_adj_mt = ml_get_speculative_timebase(); in _prepare_preemption_disable_measurement()361 uint64_t const mt = thread->machine.preemption_disable_adj_mt; in _collect_preemption_disable_measurement()389 thread->machine.preemption_disable_adj_mt = 0; in _collect_preemption_disable_measurement()469 if (t->machine.preemption_disable_adj_mt != 0) { in _disable_preemption_without_measurements()470 t->machine.preemption_disable_adj_mt = 0; in _disable_preemption_without_measurements()554 if (count == 0 && thread->machine.preemption_disable_adj_mt != 0) { in _enable_preemption()
142 uint64_t preemption_disable_adj_mt; member
944 if (thread->machine.preemption_disable_adj_mt != 0) { in ml_adjust_preemption_disable_time()948 thread->machine.preemption_disable_adj_mt += duration; in ml_adjust_preemption_disable_time()
132 DECLARE("ACT_PREEMPT_ADJ_MT", offsetof(struct thread, machine.preemption_disable_adj_mt)); in main()