Searched refs:array_size (Results 276 - 300 of 331) sorted by relevance

<<11121314

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c101 rev = vmalloc(array_size(npte, sizeof(struct revmap_entry)));
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c10 #include <linux/array_size.h>
/linux-master/include/sound/
H A Dsoc.h14 #include <linux/array_size.h>
/linux-master/fs/f2fs/
H A Dcheckpoint.c946 sbi->ckpt = f2fs_kvzalloc(sbi, array_size(blk_size, cp_blks),
H A Dnode.c3303 f2fs_kvzalloc(sbi, array_size(sizeof(unsigned char *),
3322 f2fs_kvzalloc(sbi, array_size(sizeof(unsigned short),
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.c480 uint32_t array_size = sizeof(struct SMU7_Discrete_GraphicsLevel) * local
506 (u8 *)levels, array_size,
/linux-master/sound/core/oss/
H A Dpcm_oss.c1046 oss_period_size = array_size(oss_period_size, oss_frame_size);
1047 oss_buffer_size = array_size(oss_period_size, runtime->oss.periods);
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c143 vzalloc(array_size(pixelsz, max_w));
149 vzalloc(array_size(pixelsz, max_w));
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c923 temp_ring = vmalloc(array_size(sizeof(struct igb_ring),
926 temp_ring = vmalloc(array_size(sizeof(struct igb_ring),
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2844 size_t array_size = num_queues * sizeof(uint32_t); local
2849 return memdup_user(usr_queue_id_array, array_size);
/linux-master/kernel/bpf/
H A Dbtf.c2858 u32 array_type_id, array_size; local
2868 btf_type_id_size(btf, &array_type_id, &array_size);
2871 if (struct_size - bytes_offset < array_size) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c2828 table->spec = vzalloc(array_size(sizeof(*table->spec),
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c2746 table->spec = vzalloc(array_size(sizeof(*table->spec),
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1338 table->entry = vzalloc(array_size(EFX_MCDI_FILTER_TBL_ROWS,
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c982 size = array_size(sizeof(*transfer), transaction.count);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c1436 kvzalloc_node(array_size(descq_cnt,
/linux-master/sound/pci/
H A Dmaestro3.c2583 vmalloc(array_size(sizeof(u16),
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1079 page_list = __vmalloc(array_size(npages, sizeof(struct page *)),
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c36 pbuf = vzalloc(array_size(MAX_BSS_CNT, sizeof(struct wlan_network)));
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c3478 _all_cpu_data = vzalloc(array_size(sizeof(void *), num_possible_cpus()));
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1565 array_size(nn->max_r_vecs,
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1738 priv->tx_ring = vzalloc(array_size(ipoib_sendq_size,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1917 vzalloc(array_size(nr_entries,
/linux-master/drivers/block/zram/
H A Dzram_drv.c1217 zram->table = vzalloc(array_size(num_pages, sizeof(*zram->table)));
/linux-master/drivers/md/bcache/
H A Dsuper.c2292 ca->buckets = vzalloc(array_size(sizeof(struct bucket),

Completed in 1009 milliseconds

<<11121314