Searched refs:diff_time (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_qos.c | 31 u64 diff_time; in sparx5_new_base_time() local 38 diff_time = threshold_time - new_time; in sparx5_new_base_time() 39 nr_of_cycles = div_u64(diff_time, cycle_time); in sparx5_new_base_time()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | sap.h | 441 * @diff_time: TBD 448 __le32 diff_time; member
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 900 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local 952 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state() 954 (long)(ktime_to_ns(diff_time)), err); in pcxhr_set_pipe_state()
|
H A D | pcxhr.c | 701 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local 815 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream() 817 (long)(ktime_to_ns(diff_time)), err); in pcxhr_start_linked_stream()
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 900 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local 952 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state() 954 (long)(ktime_to_ns(diff_time)), err); in pcxhr_set_pipe_state()
|
H A D | pcxhr.c | 700 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local 813 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream() 815 (long)(ktime_to_ns(diff_time)), err); in pcxhr_start_linked_stream()
|
Completed in 10 milliseconds