Searched refs:start_interrupts (Results 1 – 2 of 2) sorted by relevance
378 uint64_t start_interrupts = 0; in hw_lck_ticket_contended() local432 start_interrupts = cthread->machine.int_time_mt; in hw_lck_ticket_contended()444 interrupts = cthread->machine.int_time_mt - start_interrupts; in hw_lck_ticket_contended()
763 uint64_t start_interrupts = 0; in hw_lock_lock_contended() local785 start_interrupts = thread->machine.int_time_mt; in hw_lock_lock_contended()795 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_lock_lock_contended()827 uint64_t start_interrupts = 0; in hw_wait_while_equals() local852 start_interrupts = thread->machine.int_time_mt; in hw_wait_while_equals()858 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_wait_while_equals()1064 uint64_t start_interrupts = 0; in hw_lock_bit_to_contended() local1089 start_interrupts = thread->machine.int_time_mt; in hw_lock_bit_to_contended()1099 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_lock_bit_to_contended()