Searched refs:MIN_HEAP_PREALLOCATED (Results 1 – 2 of 2) sorted by relevance
/linux/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/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)
|