Searched refs:init_heap (Results 1 – 4 of 4) sorted by relevance
116 static void init_heap(void) in init_heap() function146 init_heap(); in main()
136 static int init_heap(struct mem_block **heap, int start, int size) in init_heap() function301 return init_heap(heap, initheap->start, initheap->size); in radeon_mem_init_heap()
40 #define init_heap(heap, _size, gfp) \ macro
1825 !init_heap(&ca->heap, free << 3, GFP_KERNEL) || in cache_alloc()