Searched refs:stop_time (Results 1 – 4 of 4) sorted by relevance
| /sound/pci/pcxhr/ |
| A D | pcxhr_core.c | 900 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 D | pcxhr.c | 700 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 D | es1968.c | 1686 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 D | intel8x0.c | 2638 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