Searched refs:MIN_HEAP_PREALLOCATED (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/Documentation/core-api/ |
| H A D | min_heap.rst | 40 **MIN_HEAP_PREALLOCATED** and **DEFINE_MIN_HEAP** macros. These macros allow 48 #define MIN_HEAP_PREALLOCATED(_type, _name, _nr) 56 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0) 61 heap storage using **MIN_HEAP_PREALLOCATED**.
|
| /linux-6.15/include/linux/ |
| H A D | min_heap.h | 27 #define MIN_HEAP_PREALLOCATED(_type, _name, _nr) \ macro 35 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0)
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bset.h | 326 MIN_HEAP_PREALLOCATED(struct btree_iter_set, btree_iter_heap, MAX_BSETS) heap;
|