Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlinker.c2754 size_t funcs_sz = 0, lines_sz = 0, core_relos_sz = 0, total_sz = 0; in finalize_btf_ext() local
2805 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
2808 total_sz += funcs_sz; in finalize_btf_ext()
2812 total_sz += lines_sz; in finalize_btf_ext()
2816 total_sz += core_relos_sz; in finalize_btf_ext()
2819 cur = data = calloc(1, total_sz); in finalize_btf_ext()
2889 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c6264 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local
6363 total_sz = 0; in _base_allocate_memory_pools()
6445 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools()
6509 total_sz += sz; in _base_allocate_memory_pools()
6595 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools()
6603 total_sz += ioc->chain_segment_sz * ((ioc->chains_needed_per_io - in _base_allocate_memory_pools()
6616 total_sz += sense_sz; in _base_allocate_memory_pools()
6629 total_sz += sz; in _base_allocate_memory_pools()
6641 total_sz += sz; in _base_allocate_memory_pools()
6663 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools()
[all …]