Home
last modified time | relevance | path

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

/drivers/crypto/intel/qat/qat_common/
A Dadf_tl_debugfs.c171 u64 *hist_cnt; in tl_lat_acc_avg() local
178 hist_cnt = kmalloc_array(num_hbuff, sizeof(*hist_cnt), GFP_KERNEL); in tl_lat_acc_avg()
179 if (!hist_cnt) { in tl_lat_acc_avg()
189 tl_collect_values_u32(telemetry, ctr->offset2, hist_cnt); in tl_lat_acc_avg()
193 if (hist_cnt[i]) in tl_lat_acc_avg()
195 hist_cnt[i]); in tl_lat_acc_avg()
206 kfree(hist_cnt); in tl_lat_acc_avg()

Completed in 7 milliseconds