Home
last modified time | relevance | path

Searched refs:kmalloc (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c137 kmalloc(CVMX_MAX_ILK_CHANS * sizeof(cvmx_ilk_pipe_chan_t), GFP_KERNEL); in __cvmx_helper_ilk_probe()
171 kmalloc(CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t), GFP_KERNEL); in __cvmx_helper_ilk_probe()
206 kmalloc(CVMX_MAX_ILK_PIPES * sizeof(cvmx_ilk_cal_entry_t), GFP_KERNEL); in __cvmx_helper_ilk_probe()
H A Dcvmx-helper-util.c627 piface->cvif_ipd_port_link_info = (cvmx_helper_link_info_t *)kmalloc(sz, GFP_KERNEL); in __cvmx_helper_init_interface()
/f-stack/freebsd/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c153 #undef kmalloc
157 #define kmalloc(size, flags) malloc(size) macro
/f-stack/freebsd/contrib/xz-embedded/freebsd/
H A Dxz_config.h56 #define kmalloc(size, flags) xz_malloc(size) macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat.c51 *pp_mem_addr = kmalloc(size_bytes, GFP_KERNEL); in qat_mem_alloc_contig()
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A Dxz_config.h42 #define kmalloc(size, flags) malloc(size) macro
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Ddpaa_sys.c70 kmalloc(sizeof(*irq_node), GFP_KERNEL); in qbman_request_irq()
H A Dbman.c77 portal->pools = kmalloc(2 * sizeof(*pools), GFP_KERNEL); in bman_create_portal()
205 pool = kmalloc(sizeof(*pool), GFP_KERNEL); in bman_new_pool()
H A Dqman.c560 portal->cgrs = kmalloc(2 * sizeof(*cgrs), GFP_KERNEL); in qman_init_portal()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c113 ptr = kmalloc(n + 1, kmem_flags_convert(flags)); in __strdup()
397 dptr = kmalloc(sizeof (kmem_debug_t), kmem_flags_convert(flags)); in spl_kmem_alloc_track()
H A Dspl-kmem-cache.c445 ske = kmalloc(sizeof (*ske), lflags); in spl_emergency_alloc()
710 skc->skc_name = (char *)kmalloc(skc->skc_name_size, lflags); in spl_kmem_cache_create()
1056 ska = kmalloc(sizeof (*ska), kmem_flags_convert(flags)); in spl_cache_grow()
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c1008 post_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in wlat_test()
1013 post_cycles_stop = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in wlat_test()
1018 poll_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in wlat_test()
1023 poll_cycles_stop = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in wlat_test()
1028 last_poll_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), in wlat_test()
1153 post_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in bw_test()
1158 post_cycles_stop = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in bw_test()
1163 poll_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in bw_test()
1168 poll_cycles_stop = kmalloc(cycle_iters * sizeof(cycles_t), GFP_KERNEL); in bw_test()
1173 last_poll_cycles_start = kmalloc(cycle_iters * sizeof(cycles_t), in bw_test()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h327 #define kmalloc(size, flags) malloc((size), M_VCHI, M_NOWAIT | M_ZERO) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h346 #define kmalloc(sz, t) rte_malloc(NULL, sz, 0) macro
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c529 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create()
H A Dxz_dec_stream.c798 struct xz_dec *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_init()
H A Dxz_dec_lzma2.c1107 struct xz_dec_lzma2 *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_lzma2_create()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c507 user_service = kmalloc(sizeof(USER_SERVICE_T), GFP_KERNEL); in vchiq_ioctl()
1186 instance = kmalloc(sizeof(*instance), GFP_KERNEL); in vchiq_open()
1518 pages = kmalloc(sizeof(struct page *) * num_pages, GFP_KERNEL); in dump_phys_mem()
H A Dvchiq_core.c2564 service = kmalloc(sizeof(VCHIQ_SERVICE_T), GFP_KERNEL); in vchiq_add_service_internal()