Searched refs:init_heap (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/boot/
H A Dmain.c117 static void init_heap(void) function
149 init_heap();
/linux-master/fs/bcachefs/
H A Dclock.c189 if (!init_heap(&clock->timers, NR_IO_TIMERS, GFP_KERNEL))
H A Dutil.h65 #define init_heap(heap, _size, gfp) \ macro
H A Dec.c866 if (!init_heap(&n, max(1024UL, roundup_pow_of_two(idx + 1)), gfp))
/linux-master/drivers/md/bcache/
H A Dutil.h39 #define init_heap(heap, _size, gfp) \ macro
H A Dsuper.c2286 if (!init_heap(&ca->heap, free << 3, GFP_KERNEL)) {

Completed in 189 milliseconds