Searched refs:total_sz (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/sound/pci/hda/ |
| D | tas2781_hda_i2c.c | 444 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration() 447 &tas_priv->cali_data.total_sz, tas_priv->cali_data.data); in tas2781_save_calibration() 451 tas_priv->cali_data.total_sz, GFP_KERNEL); in tas2781_save_calibration() 456 &tas_priv->cali_data.total_sz, in tas2781_save_calibration() 475 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration() 749 if (tas_priv->cali_data.total_sz > calib_data_sz) in tas2781_runtime_resume() 808 if (tas_priv->cali_data.total_sz > calib_data_sz) in tas2781_system_resume()
|
| /Linux-v6.6/include/sound/ |
| D | tas2781.h | 88 unsigned long total_sz; member
|
| /Linux-v6.6/tools/lib/bpf/ |
| D | linker.c | 2759 size_t funcs_sz = 0, lines_sz = 0, core_relos_sz = 0, total_sz = 0; in finalize_btf_ext() local 2810 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext() 2813 total_sz += funcs_sz; in finalize_btf_ext() 2817 total_sz += lines_sz; in finalize_btf_ext() 2821 total_sz += core_relos_sz; in finalize_btf_ext() 2824 cur = data = calloc(1, total_sz); in finalize_btf_ext() 2894 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
|
| /Linux-v6.6/drivers/scsi/mpt3sas/ |
| D | mpt3sas_base.c | 6272 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local 6371 total_sz = 0; in _base_allocate_memory_pools() 6453 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools() 6517 total_sz += sz; in _base_allocate_memory_pools() 6603 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools() 6611 total_sz += ioc->chain_segment_sz * ((ioc->chains_needed_per_io - in _base_allocate_memory_pools() 6624 total_sz += sense_sz; in _base_allocate_memory_pools() 6632 total_sz += sz; in _base_allocate_memory_pools() 6644 total_sz += sz; in _base_allocate_memory_pools() 6666 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() [all …]
|