Searched refs:total_size (Results 126 - 150 of 237) sorted by relevance

12345678910

/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c125 uint32_t total_size; member in struct:state_certificate
458 printf("Total Size: %d\n", sc->total_size);
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh327 .total_size = sizeof(header),
359 .p.total_size = sizeof(rec) + sz,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c36 .total_size = 0,
588 oldmem_type.total_size = oldmem_data.size;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_query.c272 mem_regions->mem_regions[0].total_size = man->size << PAGE_SHIFT;
287 mem_regions->mem_regions[mem_regions->num_mem_regions].total_size =
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h116 u64 total_size; member in struct:bnxt_qplib_mrw
/linux-master/drivers/infiniband/hw/irdma/
H A Duser.h399 u16 quanta, u32 total_size,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.h422 u32 total_size; member in struct:qmi_wlanfw_bdf_download_req_msg_v01
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx.c224 ctx->total_size = 0;
824 ctx->total_size += frag_size;
847 ctx->total_size += frag_size;
878 cnts->ok_pkt_bytes += ctx->total_size;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c689 size_t total_size; local
691 total_size = mtr_bufs_size(buf_attr);
695 mtr->umem = ib_umem_get(ibdev, user_addr, total_size,
704 mtr->kmem = hns_roce_buf_alloc(hr_dev, total_size,
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c991 int total_size; local
996 total_size = ppc_md.nvram_size();
1004 while (cur_index < total_size) {
/linux-master/drivers/memory/
H A Dbrcmstb_dpfe.c521 unsigned int dmem_size, imem_size, total_size; local
546 total_size = dmem_size + imem_size + sizeof(*header) +
548 if (total_size != fw->size)
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c116 size_t total_size = 0; local
126 total_size += elements[i].size;
130 &context, total_size);
/linux-master/drivers/firmware/efi/
H A Defi.c487 u64 mirror_size = 0, total_size = 0; local
496 total_size += size;
504 mirror_size>>20, total_size>>20);
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c213 u32 total_size; member in struct:ioctl_resources
307 qdev->dbc[dbc_id].total_size = resources->total_size;
318 dma_free_coherent(&qdev->pdev->dev, resources->total_size, resources->buf,
695 resources->total_size = size;
/linux-master/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c1591 u32 total_size = delta_list->size; local
1593 u32 after_size = total_size - delta_entry->offset;
1595 if (total_size + size > U16_MAX) {
1809 u32 total_size = delta_list->size; local
1811 u32 after_size = total_size - delta_entry->offset - size;
H A Dindex-layout.c212 size_t total_size; member in struct:save_layout_sizes
246 sls->total_size = sls->total_blocks * sls->block_size;
273 *index_size = sizes.total_size;
1710 if (layout->factory_size < sizes.total_size) {
1713 (unsigned long long) sizes.total_size);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v4_0_3.c887 header.total_size = sizeof(struct mmsch_v4_0_3_init_header) >> 2;
890 table_loc += header.total_size;
978 header.vcn0.table_offset = header.total_size;
980 header.total_size += table_size;
996 size = header.total_size;
H A Dgfx_v9_4_2.c355 uint32_t total_size, shader_offset; local
358 total_size = (regs_size * 3 + 4 + 5 + 5) * 4;
359 total_size = ALIGN(total_size, 256);
360 shader_offset = total_size;
361 total_size += ALIGN(shader_size, 256);
365 r = amdgpu_ib_get(adev, NULL, total_size,
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c810 copy_entries_to_user(unsigned int total_size, argument
829 for (off = 0, num = 0; off < total_size; off += e->next_offset, num++){
1550 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, argument
1566 size = total_size;
1567 xt_entry_foreach(iter, private->entries, total_size) {
H A Darp_tables.c670 static int copy_entries_to_user(unsigned int total_size, argument
689 for (off = 0, num = 0; off < total_size; off += e->next_offset, num++){
1339 static int compat_copy_entries_to_user(unsigned int total_size, argument
1356 size = total_size;
1357 xt_entry_foreach(iter, private->entries, total_size) {
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c826 copy_entries_to_user(unsigned int total_size, argument
845 for (off = 0, num = 0; off < total_size; off += e->next_offset, num++){
1559 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, argument
1575 size = total_size;
1576 xt_entry_foreach(iter, private->entries, total_size) {
/linux-master/fs/ext4/
H A Dxattr.c2687 unsigned int total_size; /* EA entry size + value size */ local
2703 total_size = EXT4_XATTR_LEN(last->e_name_len);
2705 total_size += EXT4_XATTR_SIZE(
2707 if (total_size <= bfree &&
2708 total_size < min_total_size) {
2709 if (total_size + ifree < isize_diff) {
2713 min_total_size = total_size;
2725 total_size = entry_size;
2727 total_size += EXT4_XATTR_SIZE(
2735 ifree += total_size;
[all...]
/linux-master/sound/soc/sof/
H A Dipc3-topology.c363 size_t total_size = *ipc_size; local
368 total_size += ext_size;
370 comp = kzalloc(total_size, GFP_KERNEL);
375 comp->hdr.size = total_size;
382 if (total_size > *ipc_size) {
389 *ipc_size = total_size;
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c396 int total_size = 0; local
450 total_size += skb->truesize;
457 return total_size;
/linux-master/drivers/ntb/test/
H A Dntb_perf.c927 u64 total_size, chunk_size; local
931 total_size = 1ULL << total_order;
942 while (pthr->copied < total_size) {

Completed in 344 milliseconds

12345678910