HomeSort by: relevance | last modified time | path
    Searched defs:GFP_KERNEL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
gfp.h 46 #define GFP_KERNEL (__GFP_FS | __GFP_IO | __GFP_WAIT)
  /src/sys/dev/pci/
xmm7360.c 351 #define GFP_KERNEL 0
645 xmm->cp = dma_alloc_coherent(xmm->dev, sizeof(struct control_page), &xmm->cp_phys, GFP_KERNEL);
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
724 ring->pages = kzalloc(sizeof(void*)*depth, GFP_KERNEL);
725 ring->pages_phys = kzalloc(sizeof(dma_addr_t)*depth, GFP_KERNEL);
728 ring->pages[i] = dma_alloc_coherent(xmm->dev, ring->page_size, &ring->pages_phys[i], GFP_KERNEL);
1795 struct xmm_dev *xmm = kzalloc(sizeof(struct xmm_dev), GFP_KERNEL);

Completed in 31 milliseconds