Searched refs:total_sz (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 455 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration() 458 &tas_priv->cali_data.total_sz, tas_priv->cali_data.data); in tas2781_save_calibration() 462 tas_priv->cali_data.total_sz, GFP_KERNEL); in tas2781_save_calibration() 467 &tas_priv->cali_data.total_sz, in tas2781_save_calibration() 486 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | tas2781.h | 88 unsigned long total_sz; member
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2781-comlib.c | 426 if (tas_priv->apply_calibration && tas_priv->cali_data.total_sz) in tasdevice_apply_calibration()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 5162 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local 5262 total_sz = 0; in _base_allocate_memory_pools() 5343 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools() 5407 total_sz += sz; in _base_allocate_memory_pools() 5488 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools() 5509 total_sz += ioc->chain_segment_sz; in _base_allocate_memory_pools() 5566 total_sz += sz; in _base_allocate_memory_pools() 5591 total_sz += sz; in _base_allocate_memory_pools() 5614 total_sz += sz; in _base_allocate_memory_pools() 5647 total_sz in _base_allocate_memory_pools() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A 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 in _base_allocate_memory_pools() [all...] |
Completed in 24 milliseconds