Home
last modified time | relevance | path

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

/fs/hugetlbfs/
Dinode.c927 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options() local
950 if (spool) { in hugetlbfs_show_options()
951 if (spool->max_hpages != -1) in hugetlbfs_show_options()
953 (unsigned long long)spool->max_hpages << hpage_shift); in hugetlbfs_show_options()
954 if (spool->min_hpages != -1) in hugetlbfs_show_options()
956 (unsigned long long)spool->min_hpages << hpage_shift); in hugetlbfs_show_options()
972 if (sbinfo->spool) { in hugetlbfs_statfs()
975 spin_lock(&sbinfo->spool->lock); in hugetlbfs_statfs()
976 buf->f_blocks = sbinfo->spool->max_hpages; in hugetlbfs_statfs()
977 free_pages = sbinfo->spool->max_hpages in hugetlbfs_statfs()
[all …]