Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_mem.c136 static int init_heap(struct mem_block **heap, int start, int size) in init_heap() function
301 return init_heap(heap, initheap->start, initheap->size); in radeon_mem_init_heap()
/drivers/md/bcache/
Dutil.h39 #define init_heap(heap, _size, gfp) \ macro
Dsuper.c1861 !init_heap(&ca->heap, free << 3, GFP_KERNEL) || in cache_alloc()