Home
last modified time | relevance | path

Searched refs:kmalloc_flex (Results 1 – 25 of 76) sorted by relevance

1234

/linux/arch/arm/kernel/
H A Datags_proc.c57 b = kmalloc_flex(*b, data, size); in init_atags_procfs()
/linux/drivers/platform/x86/amd/pmc/
H A Dmp1_stb.c144 stb_data_arr = kmalloc_flex(*stb_data_arr, data, fsize); in amd_stb_handle_efr()
192 stb_data_arr = kmalloc_flex(*stb_data_arr, data, fsize); in amd_stb_debugfs_open_v2()
/linux/security/selinux/
H A Dxfrm.c91 ctx = kmalloc_flex(*ctx, ctx_str, str_len + 1, gfp); in selinux_xfrm_alloc_user()
357 ctx = kmalloc_flex(*ctx, ctx_str, str_len, GFP_ATOMIC); in selinux_xfrm_state_alloc_acquire()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.c22 array = kmalloc_flex(*array, entries, capacity, GFP_ATOMIC); in vmci_handle_arr_create()
H A Dvmci_datagram.c227 dg_info = kmalloc_flex(*dg_info, msg_payload, in dg_dispatch_as_host()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c106 mock = kmalloc_flex(*mock, pages, npages); in mock_dmabuf()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c86 fw_counters = kmalloc_flex(*fw_counters, ae_counters, ae_count); in adf_fw_counters_allocate()
/linux/drivers/mtd/chips/
H A Dgen_probe.c137 retcfi = kmalloc_flex(*retcfi, chips, cfi.numchips); in genprobe_ident_chips()
H A Dcfi_probe.c211 cfi->cfiq = kmalloc_flex(*cfi->cfiq, EraseRegionInfo, num_erase_regions); in cfi_chip_setup()
/linux/drivers/soundwire/
H A Damd_init.c207 ctx->peripherals = kmalloc_flex(*ctx->peripherals, array, num_slaves); in sdw_amd_get_slave_info()
H A Dintel_init.c256 ctx->peripherals = kmalloc_flex(*ctx->peripherals, array, num_slaves); in sdw_intel_probe_controller()
/linux/drivers/gpu/drm/i915/
H A Di915_syncmap.c200 p = kmalloc_flex(*p, seqno, KSYNCMAP); in __sync_alloc_leaf()
/linux/net/dns_resolver/
H A Ddns_key.c206 upayload = kmalloc_flex(*upayload, data, result_len); in dns_resolver_preparse()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c32 chunk = kmalloc_flex(*chunk, ch_segments, segcount); in pcl_alloc_chunk()
/linux/fs/jffs2/
H A Dacl.c136 header = kmalloc_flex(*header, a_entries, acl->a_count); in jffs2_acl_to_medium()
/linux/scripts/coccinelle/api/
H A Dkmalloc_objs.cocci127 identifier ALLOC = {kmalloc_obj,kmalloc_objs,kmalloc_flex,
/linux/fs/afs/
H A Dsymlink.c122 symlink = kmalloc_flex(struct afs_symlink, content, i_size + 1, in afs_do_read_symlink()
H A Dxattr.c78 acl = kmalloc_flex(*acl, data, size); in afs_make_acl()
/linux/arch/s390/include/asm/
H A Didals.h140 ib = kmalloc_flex(*ib, data, nr_ptrs, GFP_DMA | GFP_KERNEL); in idal_buffer_alloc()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c172 objs = kmalloc_flex(*objs, objs, nents); in virtio_gpu_array_alloc()
/linux/net/core/
H A Ddst.c298 md_dst = kmalloc_flex(*md_dst, u.tun_info.options, optslen, flags); in metadata_dst_alloc()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c370 table = kmalloc_flex(*table, icm, num_icm); in mthca_alloc_icm_table()
535 db_tab = kmalloc_flex(*db_tab, page, npages); in mthca_init_user_db_tab()
/linux/security/apparmor/
H A Dlib.c238 str = kmalloc_flex(*str, name, size, gfp); in aa_str_alloc()
/linux/fs/
H A Dfhandle.c382 handle = kmalloc_flex(*handle, f_handle, f_handle.handle_bytes); in handle_to_path()
/linux/sound/usb/
H A Dfcp.c199 req = kmalloc_flex(*req, data, req_size); in fcp_usb()
205 resp = kmalloc_flex(*resp, data, resp_size); in fcp_usb()

1234