Home
last modified time | relevance | path

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

1234

/linux/drivers/platform/x86/amd/pmc/
H A Dmp1_stb.c144 stb_data_arr = kmalloc_flex(*stb_data_arr, data, fsize, GFP_KERNEL); in amd_stb_handle_efr()
192 stb_data_arr = kmalloc_flex(*stb_data_arr, data, fsize, GFP_KERNEL); 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/arch/arm/kernel/
H A Datags_proc.c57 b = kmalloc_flex(*b, data, size, GFP_KERNEL); in init_atags_procfs()
/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, GFP_KERNEL); in mock_dmabuf()
/linux/drivers/tty/
H A Dn_hdlc.c391 buf = kmalloc_flex(*buf, buf, maxframe, GFP_ATOMIC); in n_hdlc_tty_receive()
672 buf = kmalloc_flex(*buf, buf, maxframe, GFP_KERNEL); in n_hdlc_alloc_buf()
/linux/arch/arm64/kernel/
H A Dmachine_kexec_file.c55 cmem = kmalloc_flex(*cmem, ranges, nr_ranges, GFP_KERNEL); in prepare_elf_headers()
/linux/arch/loongarch/kernel/
H A Dmachine_kexec_file.c71 cmem = kmalloc_flex(*cmem, ranges, nr_ranges, GFP_KERNEL); in prepare_elf_headers()
/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/soundwire/
H A Damd_init.c208 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/mtd/chips/
H A Dgen_probe.c137 retcfi = kmalloc_flex(*retcfi, chips, cfi.numchips, GFP_KERNEL); in genprobe_ident_chips()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c32 chunk = kmalloc_flex(*chunk, ch_segments, segcount, GFP_KERNEL); in pcl_alloc_chunk()
/linux/drivers/gpu/drm/i915/
H A Di915_syncmap.c200 p = kmalloc_flex(*p, seqno, KSYNCMAP, GFP_KERNEL); in __sync_alloc_leaf()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c170 objs = kmalloc_flex(*objs, objs, nents, GFP_KERNEL); in virtio_gpu_array_alloc()
/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/fs/jffs2/
H A Dacl.c136 header = kmalloc_flex(*header, a_entries, acl->a_count, GFP_KERNEL); in jffs2_acl_to_medium()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c370 table = kmalloc_flex(*table, icm, num_icm, GFP_KERNEL); in mthca_alloc_icm_table()
535 db_tab = kmalloc_flex(*db_tab, page, npages, GFP_KERNEL); in mthca_init_user_db_tab()
/linux/net/core/
H A Ddst.c298 md_dst = kmalloc_flex(*md_dst, u.tun_info.options, optslen, flags); in metadata_dst_alloc()
/linux/fs/afs/
H A Dxattr.c78 acl = kmalloc_flex(*acl, data, size, GFP_KERNEL); in afs_make_acl()
/linux/drivers/staging/greybus/
H A Draw.c76 raw_data = kmalloc_flex(*raw_data, data, len, GFP_KERNEL); in receive_data()
/linux/fs/
H A Dfhandle.c371 handle = kmalloc_flex(*handle, f_handle, f_handle.handle_bytes, in handle_to_path()
/linux/security/apparmor/
H A Dlib.c238 str = kmalloc_flex(*str, name, size, gfp); in aa_str_alloc()
/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c67 cmem = kmalloc_flex(*cmem, ranges, nr_ranges, GFP_KERNEL); in prepare_elf_headers()

1234