Lines Matching defs:head
51 struct page *head = compound_head(page);
75 if (page < head || (page >= head + MAX_ORDER_NR_PAGES)) {
89 head = page;
100 mapcount = PageSlab(head) ? 0 : page_mapcount(page);
103 page, page_ref_count(head), mapcount, mapping,
107 pr_warn("head:%p order:%u compound_mapcount:%d compound_pincount:%d\n",
108 head, compound_order(head),
109 head_compound_mapcount(head),
110 head_compound_pincount(head));
112 pr_warn("head:%p order:%u compound_mapcount:%d\n",
113 head, compound_order(head),
114 head_compound_mapcount(head));
173 pr_warn("%sflags: %#lx(%pGp)%s\n", type, head->flags, &head->flags,
180 if (head != page)
181 print_hex_dump(KERN_WARNING, "head: ", DUMP_PREFIX_NONE, 32,
182 sizeof(unsigned long), head,