Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/
Dmain.c116 static void init_heap(void) in init_heap() function
146 init_heap(); in main()
/linux-4.4.14/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()
/linux-4.4.14/drivers/md/bcache/
Dutil.h40 #define init_heap(heap, _size, gfp) \ macro
Dsuper.c1825 !init_heap(&ca->heap, free << 3, GFP_KERNEL) || in cache_alloc()