Lines Matching refs:tmp
1233 struct page *page, *tmp; in gather_surplus_pages() local
1290 list_for_each_entry_safe(page, tmp, &surplus_list, lru) { in gather_surplus_pages()
1305 list_for_each_entry_safe(page, tmp, &surplus_list, lru) in gather_surplus_pages()
2293 unsigned long tmp = h->max_huge_pages; in hugetlb_sysctl_handler_common() local
2299 table->data = &tmp; in hugetlb_sysctl_handler_common()
2307 NUMA_NO_NODE, tmp, *length); in hugetlb_sysctl_handler_common()
2334 unsigned long tmp; in hugetlb_overcommit_handler() local
2340 tmp = h->nr_overcommit_huge_pages; in hugetlb_overcommit_handler()
2345 table->data = &tmp; in hugetlb_overcommit_handler()
2353 h->nr_overcommit_huge_pages = tmp; in hugetlb_overcommit_handler()
3804 struct page *tmp; in is_hugepage_on_freelist() local
3808 list_for_each_entry_safe(page, tmp, &h->hugepage_freelists[nid], lru) in is_hugepage_on_freelist()