Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb.c4502 unsigned long allocation_threads; in hugepage_alloc_threads_setup() local
4504 if (kstrtoul(s, 0, &allocation_threads) != 0) in hugepage_alloc_threads_setup()
4507 if (allocation_threads == 0) in hugepage_alloc_threads_setup()
4510 hugepage_allocation_threads = allocation_threads; in hugepage_alloc_threads_setup()