Searched defs:hugepage_subpool (Results 1 – 1 of 1) sorted by relevance
42 struct hugepage_subpool { struct43 spinlock_t lock;44 long count;45 long max_hpages; /* Maximum huge pages or -1 if no maximum. */46 long used_hpages; /* Used count against maximum, includes */48 struct hstate *hstate;49 long min_hpages; /* Minimum huge pages or -1 if no minimum. */50 long rsv_hpages; /* Pages reserved against global pool to */
Completed in 6 milliseconds