Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dclock_types.h27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap;
A Dec_types.h40 typedef DEFINE_MIN_HEAP(struct ec_stripe_heap_entry, ec_stripes_heap) ec_stripes_heap;
/linux/include/linux/
A Dmin_heap.h24 #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 Dtest_min_heap.c14 DEFINE_MIN_HEAP(int, min_heap_test);
/linux/drivers/md/bcache/
A Dbcache.h461 DEFINE_MIN_HEAP(struct bucket *, cache_heap) heap;
/linux/drivers/md/dm-vdo/
A Drepair.c54 DEFINE_MIN_HEAP(struct numbered_block_mapping, replay_heap);
A Dslab-depot.c3512 DEFINE_MIN_HEAP(struct slab_status, heap) heap; in vdo_prepare_slabs_for_allocation()
/linux/kernel/events/
A Dcore.c3788 DEFINE_MIN_HEAP(struct perf_event *, perf_event_min_heap);

Completed in 51 milliseconds