Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dhugetlb.h44 struct hugepage_subpool { struct
45 spinlock_t lock;
46 long count;
47 long max_hpages; /* Maximum huge pages or -1 if no maximum. */
48 long used_hpages; /* Used count against maximum, includes */
50 struct hstate *hstate;
51 long min_hpages; /* Minimum huge pages or -1 if no minimum. */
52 long rsv_hpages; /* Pages reserved against global pool to */
/kernel/linux/linux-5.10/include/linux/
Dhugetlb.h32 struct hugepage_subpool { struct
33 spinlock_t lock;
34 long count;
35 long max_hpages; /* Maximum huge pages or -1 if no maximum. */
36 long used_hpages; /* Used count against maximum, includes */
38 struct hstate *hstate;
39 long min_hpages; /* Minimum huge pages or -1 if no minimum. */
40 long rsv_hpages; /* Pages reserved against global pool to */