Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlinker.c2752 size_t funcs_sz = 0, lines_sz = 0, core_relos_sz = 0, total_sz = 0; in finalize_btf_ext() local
2803 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
2806 total_sz += funcs_sz; in finalize_btf_ext()
2810 total_sz += lines_sz; in finalize_btf_ext()
2814 total_sz += core_relos_sz; in finalize_btf_ext()
2817 cur = data = calloc(1, total_sz); in finalize_btf_ext()
2887 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_base.c6108 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local
6207 total_sz = 0; in _base_allocate_memory_pools()
6289 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools()
6353 total_sz += sz; in _base_allocate_memory_pools()
6439 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools()
6447 total_sz += ioc->chain_segment_sz * ((ioc->chains_needed_per_io - in _base_allocate_memory_pools()
6460 total_sz += sense_sz; in _base_allocate_memory_pools()
6473 total_sz += sz; in _base_allocate_memory_pools()
6485 total_sz += sz; in _base_allocate_memory_pools()
6507 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
[all …]