Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma-buf/
Ddma-heap.c25 #define NUM_HEAP_MINORS 128 macro
258 XA_LIMIT(0, NUM_HEAP_MINORS - 1), GFP_KERNEL); in dma_heap_add()
311 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init()
317 unregister_chrdev_region(dma_heap_devt, NUM_HEAP_MINORS); in dma_heap_init()