Searched refs:DEFINE_MIN_HEAP (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | clock_types.h | 27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap;
|
| /linux-6.15/Documentation/core-api/ |
| H A D | min_heap.rst | 40 **MIN_HEAP_PREALLOCATED** and **DEFINE_MIN_HEAP** macros. These macros allow 56 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0) 279 DEFINE_MIN_HEAP(int, my_heap);
|
| /linux-6.15/lib/ |
| H A D | test_min_heap.c | 14 DEFINE_MIN_HEAP(int, min_heap_test);
|
| /linux-6.15/include/linux/ |
| H A D | min_heap.h | 35 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0) macro 37 typedef DEFINE_MIN_HEAP(char, min_heap_char) min_heap_char;
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bcache.h | 461 DEFINE_MIN_HEAP(struct bucket *, cache_heap) heap;
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | repair.c | 54 DEFINE_MIN_HEAP(struct numbered_block_mapping, replay_heap);
|
| H A D | slab-depot.c | 3579 DEFINE_MIN_HEAP(struct slab_status, heap) heap; in vdo_prepare_slabs_for_allocation()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 3792 DEFINE_MIN_HEAP(struct perf_event *, perf_event_min_heap);
|