Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmm.h888 extern compound_page_dtor * const compound_page_dtors[NR_COMPOUND_DTORS];
900 compound_page_dtors[page[1].compound_dtor](page); in destroy_compound_page()
/Linux-v5.10/mm/
Dpage_alloc.c336 compound_page_dtor * const compound_page_dtors[NR_COMPOUND_DTORS] = { variable