Home
last modified time | relevance | path

Searched refs:spool (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/hugetlbfs/
Dinode.c907 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options() local
930 if (spool) { in hugetlbfs_show_options()
931 if (spool->max_hpages != -1) in hugetlbfs_show_options()
933 (unsigned long long)spool->max_hpages << hpage_shift); in hugetlbfs_show_options()
934 if (spool->min_hpages != -1) in hugetlbfs_show_options()
936 (unsigned long long)spool->min_hpages << hpage_shift); in hugetlbfs_show_options()
952 if (sbinfo->spool) { in hugetlbfs_statfs()
955 spin_lock(&sbinfo->spool->lock); in hugetlbfs_statfs()
956 buf->f_blocks = sbinfo->spool->max_hpages; in hugetlbfs_statfs()
957 free_pages = sbinfo->spool->max_hpages in hugetlbfs_statfs()
[all …]
/linux-4.19.296/include/linux/
Dhugetlb.h79 void hugepage_put_subpool(struct hugepage_subpool *spool);
278 struct hugepage_subpool *spool; member