Searched refs:kvzalloc (Results 151 - 175 of 221) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c1164 t->tid_tab = kvzalloc(size, GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c596 action_mem = kvzalloc(sizeof(*action_mem), GFP_KERNEL);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcounters.c307 out = kvzalloc(sz, GFP_KERNEL);
H A Dodp.c1796 work = kvzalloc(struct_size(work, frags, num_sge), GFP_KERNEL);
/linux-master/drivers/input/
H A Devdev.c477 client = kvzalloc(struct_size(client, buffer, bufsize), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c302 in = kvzalloc(inlen, GFP_KERNEL);
H A Dfs_cmd.c545 in = kvzalloc(inlen, GFP_KERNEL);
H A Den_tc.c155 tc = kvzalloc(sizeof(*tc), GFP_KERNEL);
2451 tmp_spec = kvzalloc(sizeof(*tmp_spec), GFP_KERNEL);
3557 parse_attr = kvzalloc(sizeof(*parse_attr), GFP_KERNEL);
4335 parse_attr = kvzalloc(sizeof(*parse_attr), GFP_KERNEL);
/linux-master/lib/
H A Dfortify_kunit.c275 kvzalloc((alloc_pages) * PAGE_SIZE, gfp), \
/linux-master/fs/btrfs/
H A Dfile-item.c745 sums = kvzalloc(btrfs_ordered_sum_size(fs_info, bio->bi_iter.bi_size),
H A Dfree-space-tree.c179 ret = kvzalloc(bitmap_rounded_size, GFP_KERNEL);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx.c142 rx->data.page_info = kvzalloc(slots *
/linux-master/drivers/bluetooth/
H A Dbtrtl.c922 tbuff = kvzalloc(ret + btrtl_dev->cfg_len, GFP_KERNEL);
/linux-master/drivers/acpi/
H A Dproperty.c416 props = kvzalloc(alloc_size, GFP_KERNEL);
/linux-master/drivers/vfio/
H A Dvfio_main.c216 device = kvzalloc(size, GFP_KERNEL);
/linux-master/fs/overlayfs/
H A Dcopy_up.c94 buf = kvzalloc(list_size, GFP_KERNEL);
/linux-master/drivers/base/firmware_loader/
H A Dmain.c337 workspace = kvzalloc(workspace_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c573 bo = kvzalloc(bp->bo_ptr_size, GFP_KERNEL);
/linux-master/drivers/infiniband/core/
H A Dsysfs.c1211 p = kvzalloc(struct_size(p, attrs_list,
/linux-master/fs/proc/
H A Dproc_sysctl.c578 kbuf = kvzalloc(count + 1, GFP_KERNEL);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c862 pages = kvzalloc(array_size, GFP_KERNEL);
/linux-master/fs/erofs/
H A Dzdata.c1518 q = kvzalloc(sizeof(*q), GFP_KERNEL | __GFP_NOWARN);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1288 read_buf = kvzalloc(hns3_dbg_cmd[index].buf_len, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dx_tables.c1333 i->jumpstack = kvzalloc(size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1925 dirty = kvzalloc(dirty_size, GFP_KERNEL);

Completed in 294 milliseconds

123456789