Searched refs:num_hbuff (Results 1 – 4 of 4) sorted by relevance
117 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_calc_count()168 u8 num_hbuff = tl_data->num_hbuff; in tl_lat_acc_avg() local174 hist_vals = kmalloc_array(num_hbuff, sizeof(*hist_vals), GFP_KERNEL); in tl_lat_acc_avg()178 hist_cnt = kmalloc_array(num_hbuff, sizeof(*hist_cnt), GFP_KERNEL); in tl_lat_acc_avg()223 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_bw_hw_units_to_mbps()441 if (input > tl_data->num_hbuff) { in tl_control_write()
78 telemetry->regs_hist_buff = kmalloc_array(tl_data->num_hbuff, in adf_tl_alloc_mem()90 for (i = 0; i < tl_data->num_hbuff; i++) { in adf_tl_alloc_mem()127 for (i = 0; i < tl_data->num_hbuff; i++) in adf_tl_free_mem()
37 u8 num_hbuff; member
140 tl_data->num_hbuff = ADF_GEN4_TL_NUM_HIST_BUFFS; in adf_gen4_init_tl_data()