Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_cgroup.c868 int cft_count; in __hugetlb_cgroup_file_pre_init() local
870 cft_count = hugetlb_max_hstate * DFL_TMPL_SIZE + 1; /* add terminator */ in __hugetlb_cgroup_file_pre_init()
871 dfl_files = kcalloc(cft_count, sizeof(struct cftype), GFP_KERNEL); in __hugetlb_cgroup_file_pre_init()
873 cft_count = hugetlb_max_hstate * LEGACY_TMPL_SIZE + 1; /* add terminator */ in __hugetlb_cgroup_file_pre_init()
874 legacy_files = kcalloc(cft_count, sizeof(struct cftype), GFP_KERNEL); in __hugetlb_cgroup_file_pre_init()