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

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

Completed in 210 milliseconds