Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 4 of 4) sorted by relevance

/sound/pci/pcxhr/
A Dpcxhr_core.c900 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local
951 stop_time = ktime_get(); in pcxhr_set_pipe_state()
952 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
A Dpcxhr.c700 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local
812 stop_time = ktime_get(); in pcxhr_start_linked_stream()
813 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
/sound/pci/
A Des1968.c1686 ktime_t start_time, stop_time; in es1968_measure_clock() local
1745 stop_time = ktime_get(); in es1968_measure_clock()
1756 diff = ktime_sub(stop_time, start_time); in es1968_measure_clock()
A Dintel8x0.c2638 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock() local
2698 stop_time = ktime_get(); in intel8x0_measure_ac97_clock()
2726 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()

Completed in 21 milliseconds