compound_page_dtor  328 include/linux/mm.h static inline compound_page_dtor *get_compound_page_dtor(struct page *page)
compound_page_dtor  330 include/linux/mm.h 	return (compound_page_dtor *)page[1].lru.next;
compound_page_dtor   64 mm/swap.c      		compound_page_dtor *dtor;