| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-ilk.c | 137 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 D | cvmx-helper-util.c | 627 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 D | decompress_unxz.c | 153 #undef kmalloc 157 #define kmalloc(size, flags) malloc(size) macro
|
| /f-stack/freebsd/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 56 #define kmalloc(size, flags) xz_malloc(size) macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat.c | 51 *pp_mem_addr = kmalloc(size_bytes, GFP_KERNEL); in qat_mem_alloc_contig()
|
| /f-stack/freebsd/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 42 #define kmalloc(size, flags) malloc(size) macro
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | dpaa_sys.c | 70 kmalloc(sizeof(*irq_node), GFP_KERNEL); in qbman_request_irq()
|
| H A D | bman.c | 77 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 D | qman.c | 560 portal->cgrs = kmalloc(2 * sizeof(*cgrs), GFP_KERNEL); in qman_init_portal()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem.c | 113 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 D | spl-kmem-cache.c | 445 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 D | krping.c | 1008 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 D | vchi_bsd.h | 327 #define kmalloc(size, flags) malloc((size), M_VCHI, M_NOWAIT | M_ZERO) macro
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 346 #define kmalloc(sz, t) rte_malloc(NULL, sz, 0) macro
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 529 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create()
|
| H A D | xz_dec_stream.c | 798 struct xz_dec *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_init()
|
| H A D | xz_dec_lzma2.c | 1107 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 D | vchiq_arm.c | 507 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 D | vchiq_core.c | 2564 service = kmalloc(sizeof(VCHIQ_SERVICE_T), GFP_KERNEL); in vchiq_add_service_internal()
|