Searched defs:compound_head (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | page-flags.h | 253 #define compound_head(page) ((typeof(page))_compound_head(page)) macro |
H A D | mm_types.h | 142 unsigned long compound_head; /* Bit zero is set */ member |