Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h947 extern compound_page_dtor * const compound_page_dtors[NR_COMPOUND_DTORS];
959 compound_page_dtors[page[1].compound_dtor](page); in destroy_compound_page()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c323 compound_page_dtor * const compound_page_dtors[NR_COMPOUND_DTORS] = { variable