Searched refs:DEFINE_MIN_HEAP (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | clock_types.h | 27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap;
|
| A D | ec_types.h | 40 typedef DEFINE_MIN_HEAP(struct ec_stripe_heap_entry, ec_stripes_heap) ec_stripes_heap;
|
| /linux/include/linux/ |
| A D | min_heap.h | 24 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0) macro 26 typedef DEFINE_MIN_HEAP(char, min_heap_char) min_heap_char;
|
| /linux/lib/ |
| A D | test_min_heap.c | 14 DEFINE_MIN_HEAP(int, min_heap_test);
|
| /linux/drivers/md/bcache/ |
| A D | bcache.h | 461 DEFINE_MIN_HEAP(struct bucket *, cache_heap) heap;
|
| /linux/drivers/md/dm-vdo/ |
| A D | repair.c | 54 DEFINE_MIN_HEAP(struct numbered_block_mapping, replay_heap);
|
| A D | slab-depot.c | 3512 DEFINE_MIN_HEAP(struct slab_status, heap) heap; in vdo_prepare_slabs_for_allocation()
|
| /linux/kernel/events/ |
| A D | core.c | 3788 DEFINE_MIN_HEAP(struct perf_event *, perf_event_min_heap);
|
Completed in 51 milliseconds