Lines Matching refs:cftype
39 static struct cftype *dfl_files;
40 static struct cftype *legacy_files;
467 struct cftype *cft = seq_cft(seq); in hugetlb_cgroup_read_numa_stat()
518 struct cftype *cft) in hugetlb_cgroup_read_u64()
553 struct cftype *cft = seq_cft(seq); in hugetlb_cgroup_read_u64_max()
686 struct cftype *cft = seq_cft(seq); in __hugetlb_events_show()
711 static struct cftype hugetlb_dfl_tmpl[] = {
758 static struct cftype hugetlb_legacy_tmpl[] = {
813 hugetlb_cgroup_cfttypes_init(struct hstate *h, struct cftype *cft, in hugetlb_cgroup_cfttypes_init()
814 struct cftype *tmpl, int tmpl_size) in hugetlb_cgroup_cfttypes_init()
867 dfl_files = kcalloc(cft_count, sizeof(struct cftype), GFP_KERNEL); in __hugetlb_cgroup_file_pre_init()
870 legacy_files = kcalloc(cft_count, sizeof(struct cftype), GFP_KERNEL); in __hugetlb_cgroup_file_pre_init()
918 static struct cftype hugetlb_files[] = {