Lines Matching refs:tmp
2402 struct folio *folio, *tmp; in gather_surplus_pages() local
2475 list_for_each_entry_safe(folio, tmp, &surplus_list, lru) { in gather_surplus_pages()
2488 list_for_each_entry_safe(folio, tmp, &surplus_list, lru) in gather_surplus_pages()
4822 unsigned long tmp; in hugepages_setup() local
4849 if (sscanf(p, "%lu%n", &tmp, &count) != 1) in hugepages_setup()
4857 if (tmp >= MAX_NUMNODES || !node_online(tmp)) in hugepages_setup()
4859 node = array_index_nospec(tmp, MAX_NUMNODES); in hugepages_setup()
4862 if (sscanf(p, "%lu%n", &tmp, &count) != 1) in hugepages_setup()
4865 default_hugepages_in_node[node] = tmp; in hugepages_setup()
4867 parsed_hstate->max_huge_pages_node[node] = tmp; in hugepages_setup()
4868 *mhp += tmp; in hugepages_setup()
4877 *mhp = tmp; in hugepages_setup()
5103 unsigned long tmp = h->max_huge_pages; in hugetlb_sysctl_handler_common() local
5110 &tmp); in hugetlb_sysctl_handler_common()
5116 NUMA_NO_NODE, tmp, *length); in hugetlb_sysctl_handler_common()
5142 unsigned long tmp; in hugetlb_overcommit_handler() local
5148 tmp = h->nr_overcommit_huge_pages; in hugetlb_overcommit_handler()
5154 &tmp); in hugetlb_overcommit_handler()
5160 h->nr_overcommit_huge_pages = tmp; in hugetlb_overcommit_handler()