Home
last modified time | relevance | path

Searched refs:MIN_HEAP_PREALLOCATED (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/core-api/
H A Dmin_heap.rst40 **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 Dmin_heap.h27 #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 Dbset.h326 MIN_HEAP_PREALLOCATED(struct btree_iter_set, btree_iter_heap, MAX_BSETS) heap;