Home
last modified time | relevance | path

Searched refs:DEFINE_MIN_HEAP (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dclock_types.h27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap;
/linux-6.15/Documentation/core-api/
H A Dmin_heap.rst40 **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 Dtest_min_heap.c14 DEFINE_MIN_HEAP(int, min_heap_test);
/linux-6.15/include/linux/
H A Dmin_heap.h35 #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 Dbcache.h461 DEFINE_MIN_HEAP(struct bucket *, cache_heap) heap;
/linux-6.15/drivers/md/dm-vdo/
H A Drepair.c54 DEFINE_MIN_HEAP(struct numbered_block_mapping, replay_heap);
H A Dslab-depot.c3579 DEFINE_MIN_HEAP(struct slab_status, heap) heap; in vdo_prepare_slabs_for_allocation()
/linux-6.15/kernel/events/
H A Dcore.c3792 DEFINE_MIN_HEAP(struct perf_event *, perf_event_min_heap);