Home
last modified time | relevance | path

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

/linux/arch/x86/boot/ !
H A Dmain.c118 static void init_heap(void) in init_heap() function
146 init_heap(); in main()
/linux/fs/bcachefs/ !
H A Dclock.c177 if (!init_heap(&clock->timers, NR_IO_TIMERS, GFP_KERNEL)) in bch2_io_clock_init()
H A Dutil.h71 #define init_heap(heap, _size, gfp) \ macro
/linux/drivers/md/bcache/ !
H A Dutil.h39 #define init_heap(heap, _size, gfp) \ macro
H A Dsuper.c2317 if (!init_heap(&ca->heap, free << 3, GFP_KERNEL)) { in cache_alloc()