Home
last modified time | relevance | path

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

/linux/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/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)