Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhugetlb.h48 struct hugepage_subpool { struct
49 spinlock_t lock;
50 long count;
51 long max_hpages; /* Maximum huge pages or -1 if no maximum. */
52 long used_hpages; /* Used count against maximum, includes */
76 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, argument