Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb.c5050 unsigned long allocation_threads; in hugepage_alloc_threads_setup() local
5052 if (kstrtoul(s, 0, &allocation_threads) != 0) in hugepage_alloc_threads_setup()
5055 if (allocation_threads == 0) in hugepage_alloc_threads_setup()
5058 hugepage_allocation_threads = allocation_threads; in hugepage_alloc_threads_setup()