Home
last modified time | relevance | path

Searched refs:gfpFlags (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H A Dcamera_buffer_manager_adapter.h25 gfp_t gfpFlags; member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dsg_dma.c54 static int32_t SgAllocCompacted(struct SgDmaBuffer *buf, gfp_t gfpFlags) in SgAllocCompacted() argument
74 pages = alloc_pages(GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN | gfpFlags, order); in SgAllocCompacted()
132 ret = SgAllocCompacted(buf, queueImp->gfpFlags); in SgMmapAlloc()
H A Dcontig_dma.c95 …buf->cookie = dma_alloc_attrs(dev, size, &buf->dmaAddr, GFP_KERNEL | queueImp->gfpFlags, buf->dmaA… in ContigMmapAlloc()