Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c98 cali_data->total_sz = 0; in tas2781_apply_calib()
117 cali_data->total_sz = 0; in tas2781_apply_calib()
142 cali_data->total_sz = 0; in tas2781_apply_calib()
162 cali_data->total_sz = p->ndev * (cali_data->cali_dat_sz_per_dev + 1); in tas2781_apply_calib()
189 unsigned long total_sz = 0; in tas2781_save_calibration()
208 &total_sz, NULL); in tas2781_save_calibration()
209 cali_data->total_sz = total_sz > size ? total_sz : size; in tas2781_save_calibration()
213 cali_data->total_sz, GFP_KERNE in tas2781_save_calibration()
190 unsigned long total_sz = 0; tas2781_save_calibration() local
[all...]
H A Dtas2781_hda_i2c.c343 cd->total_sz = (cd->cali_dat_sz_per_dev + 1) * p->ndev; in tas2563_save_calibration()
344 data = cd->data = devm_kzalloc(p->dev, cd->total_sz, in tas2563_save_calibration()
383 if (cd->total_sz != offset) { in tas2563_save_calibration()
385 __func__, cd->total_sz, offset); in tas2563_save_calibration()
/linux/mm/damon/
H A Dstat.c92 unsigned long total_sz = 0; in damon_stat_sort_regions() local
102 total_sz += r->ar.end - r->ar.start; in damon_stat_sort_regions()
109 *total_sz_ptr = total_sz; in damon_stat_sort_regions()
117 unsigned long total_sz, accounted_bytes = 0; in damon_stat_set_idletime_percentiles() local
121 &total_sz); in damon_stat_set_idletime_percentiles()
127 while (next_percentile <= accounted_bytes * 100 / total_sz) in damon_stat_set_idletime_percentiles()
/linux/include/sound/
H A Dtas2781.h175 unsigned long total_sz; member
/linux/tools/lib/bpf/
H A Dlinker.c2970 size_t funcs_sz = 0, lines_sz = 0, core_relos_sz = 0, total_sz = 0; in finalize_btf_ext() local
3021 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
3024 total_sz += funcs_sz; in finalize_btf_ext()
3028 total_sz += lines_sz; in finalize_btf_ext()
3032 total_sz += core_relos_sz; in finalize_btf_ext()
3035 cur = data = calloc(1, total_sz); in finalize_btf_ext()
3105 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6293 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local
6392 total_sz = 0; in _base_allocate_memory_pools()
6474 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools()
6538 total_sz += sz; in _base_allocate_memory_pools()
6624 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools()
6632 total_sz += ioc->chain_segment_sz * ((ioc->chains_needed_per_io - in _base_allocate_memory_pools()
6645 total_sz += sense_sz; in _base_allocate_memory_pools()
6653 total_sz += sz; in _base_allocate_memory_pools()
6665 total_sz += sz; in _base_allocate_memory_pools()
6687 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
[all …]
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c670 memcpy(dst, &src[i], cali_data->total_sz); in tasdev_cali_data_put()
1429 priv->cali_data.total_sz = priv->ndev * in tasdevice_create_cali_ctrls()
1439 cali_data->data = devm_kzalloc(priv->dev, cali_data->total_sz, in tasdevice_create_cali_ctrls()
H A Dtas2781-fmwlib.c2052 if (cali_data->total_sz != priv->ndev * in calbin_conversion()
2552 if (!data || !cali_data->total_sz) in tasdev_load_calibrated_data()