Searched refs:init_heap (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/boot/ |
| A D | main.c | 118 static void init_heap(void) in init_heap() function 146 init_heap(); in main()
|
| /linux/fs/bcachefs/ |
| A D | clock.c | 205 if (!init_heap(&clock->timers, NR_IO_TIMERS, GFP_KERNEL)) in bch2_io_clock_init()
|
| A D | util.h | 58 #define init_heap(heap, _size, gfp) \ macro
|
| A D | ec.c | 924 if (!init_heap(&n, max(1024UL, roundup_pow_of_two(idx + 1)), gfp)) in __ec_stripe_mem_alloc()
|
| /linux/drivers/md/bcache/ |
| A D | util.h | 34 #define init_heap(heap, _size, gfp) \ macro
|
| A D | super.c | 2279 if (!init_heap(&ca->heap, free << 3, GFP_KERNEL)) { in cache_alloc()
|
Completed in 15 milliseconds