Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhugetlb.h31 struct hugepage_subpool { struct
32 spinlock_t lock;
33 long count;
34 long max_hpages; /* Maximum huge pages or -1 if no maximum. */
35 long used_hpages; /* Used count against maximum, includes */
37 struct hstate *hstate;
38 long min_hpages; /* Minimum huge pages or -1 if no minimum. */
39 long rsv_hpages; /* Pages reserved against global pool to */