Searched defs:hugepage_subpool (Results 1 – 1 of 1) sorted by relevance
30 struct hugepage_subpool { struct31 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