Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dmain.c117 static void init_heap(void) in init_heap() function
149 init_heap(); in main()
/openbmc/linux/drivers/md/bcache/
H A Dutil.h40 #define init_heap(heap, _size, gfp) \ macro
H A Dsuper.c2286 if (!init_heap(&ca->heap, free << 3, GFP_KERNEL)) { in cache_alloc()