Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Ddebug.c109 head_compound_mapcount(head), in __dump_page()
114 head_compound_mapcount(head)); in __dump_page()
/kernel/linux/linux-5.10/include/linux/
Dmm.h826 static inline int head_compound_mapcount(struct page *head) in head_compound_mapcount() function
840 return head_compound_mapcount(page); in compound_mapcount()