Searched refs:kmalloc_array (Results 226 - 250 of 624) sorted by relevance

1234567891011>>

/linux-master/drivers/target/
H A Dtarget_core_rd.c134 sg = kmalloc_array(sg_per_table + chain_entry, sizeof(*sg),
/linux-master/net/9p/
H A Dtrans_virtio.c361 *pages = kmalloc_array(nr_pages, sizeof(struct page *),
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-imx1-core.c247 new_map = kmalloc_array(map_num, sizeof(struct pinctrl_map),
/linux-master/drivers/char/agp/
H A Duninorth-agp.c407 uninorth_priv.pages_arr = kmalloc_array(1 << page_order,
/linux-master/drivers/fpga/
H A Dfpga-mgr.c489 pages = kmalloc_array(nr_pages, sizeof(struct page *), GFP_KERNEL);
/linux-master/fs/dlm/
H A Dmember.c428 array = kmalloc_array(total, sizeof(*array), GFP_NOFS);
/linux-master/drivers/base/regmap/
H A Dregcache-rbtree.c348 rbnode->block = kmalloc_array(rbnode->blklen, map->cache_word_size,
H A Dregcache.c48 map->reg_defaults = kmalloc_array(count, sizeof(struct reg_default),
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c399 priv->odvp = kmalloc_array(priv->odvp_count, sizeof(int),
/linux-master/drivers/clk/davinci/
H A Dpsc.c374 clks = kmalloc_array(num_clks, sizeof(*clks), GFP_KERNEL);
/linux-master/fs/erofs/
H A Dxattr.c93 vi->xattr_shared_xattrs = kmalloc_array(vi->xattr_shared_count,
/linux-master/drivers/i2c/
H A Di2c-atr.c146 new_buf = kmalloc_array(num, sizeof(*new_buf), GFP_KERNEL);
/linux-master/fs/squashfs/
H A Dfile.c553 pages = kmalloc_array(max_pages, sizeof(void *), GFP_KERNEL);
/linux-master/drivers/regulator/
H A Dof_regulator.c792 *consumers = kmalloc_array(num_consumers,
/linux-master/fs/bcachefs/
H A Ddisk_groups.c69 sorted = kmalloc_array(nr_groups, sizeof(*sorted), GFP_KERNEL);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c121 pool->elements = kmalloc_array(LPFC_MBUF_POOL_SIZE,
/linux-master/net/devlink/
H A Dlinecard.c407 linecard->types = kmalloc_array(count, sizeof(*linecard_type),
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c339 tmp_fb = kmalloc_array(PICOLCDFB_SIZE, info->var.bits_per_pixel,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_drv.c149 states = kmalloc_array(total_planes, sizeof(*states), GFP_KERNEL);
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.c113 vp_dev->msix_names = kmalloc_array(nvectors,
/linux-master/lib/kunit/
H A Dtest.c853 data = kmalloc_array(n, size, gfp);
/linux-master/lib/
H A Dbitmap.c719 return kmalloc_array(BITS_TO_LONGS(nbits), sizeof(unsigned long),
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c338 acti_netdevs = kmalloc_array(entry->slave_cnt,
/linux-master/kernel/bpf/
H A Dlpm_trie.c645 node_stack = kmalloc_array(trie->max_prefixlen,
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c832 connector_set = kmalloc_array(crtc_req->count_connectors,

Completed in 371 milliseconds

1234567891011>>