Home
last modified time | relevance | path

Searched refs:dma_pool_zalloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/common/include/linux/
H A Ddmapool.h43 #define dma_pool_zalloc linux_dma_pool_zalloc macro
51 void *dma_pool_zalloc(struct dma_pool *, gfp_t, dma_addr_t *);
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c900 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL, in vmw_cmdbuf_space_pool()
947 dheader = dma_pool_zalloc(man->dheaders, GFP_KERNEL, in vmw_cmdbuf_space_inline()