Home
last modified time | relevance | path

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

/drivers/crypto/intel/qat/qat_common/
A Dadf_tl_debugfs.c113 u64 *hist_vals; in tl_calc_count() local
117 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_calc_count()
119 if (!hist_vals) in tl_calc_count()
133 kfree(hist_vals); in tl_calc_count()
170 u64 *hist_vals; in tl_lat_acc_avg() local
175 if (!hist_vals) in tl_lat_acc_avg()
194 hist_vals[i] = div_u64(hist_vals[i] * cpp_ns_per_cycle, in tl_lat_acc_avg()
208 kfree(hist_vals); in tl_lat_acc_avg()
219 u64 *hist_vals; in tl_bw_hw_units_to_mbps() local
223 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_bw_hw_units_to_mbps()
[all …]

Completed in 6 milliseconds