Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_cgroup.c856 int cft_count; in __hugetlb_cgroup_file_pre_init() local
858 cft_count = hugetlb_max_hstate * DFL_TMPL_SIZE + 1; /* add terminator */ in __hugetlb_cgroup_file_pre_init()
859 dfl_files = kzalloc_objs(struct cftype, cft_count); in __hugetlb_cgroup_file_pre_init()
861 cft_count = hugetlb_max_hstate * LEGACY_TMPL_SIZE + 1; /* add terminator */ in __hugetlb_cgroup_file_pre_init()
862 legacy_files = kzalloc_objs(struct cftype, cft_count); in __hugetlb_cgroup_file_pre_init()