Home
last modified time | relevance | path

Searched defs:hugepage_subpool (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/
Dhugetlb.h30 struct hugepage_subpool { struct
31 spinlock_t lock;
32 long count;
33 long max_hpages; /* Maximum huge pages or -1 if no maximum. */
34 long used_hpages; /* Used count against maximum, includes */
58 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, argument