Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c87 static int heap_fds[DMA_HEAP_TYPE_NB]; variable
120 memset(heap_fds, -1, sizeof(heap_fds)); in heap_fds_init()
130 if (heap_fds[type] <= 0) { in heap_fd_open()
143 heap_fds[type] = fd; in heap_fd_open()
148 return heap_fds[type]; in heap_fd_open()