Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_cgroup.c611 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_write()
614 switch (MEMFILE_ATTR(of_cft(of)->private)) { in hugetlb_cgroup_write()
651 counter = &h_cg->hugepage[MEMFILE_IDX(of_cft(of)->private)]; in hugetlb_cgroup_reset()
652 rsvd_counter = &h_cg->rsvd_hugepage[MEMFILE_IDX(of_cft(of)->private)]; in hugetlb_cgroup_reset()
654 switch (MEMFILE_ATTR(of_cft(of)->private)) { in hugetlb_cgroup_reset()
/linux/include/linux/
H A Dcgroup.h569 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft() function
579 return of_cft(seq->private); in seq_cft()
/linux/security/
H A Ddevice_cgroup.c791 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux/kernel/cgroup/
H A Dcgroup.c639 struct cftype *cft = of_cft(of); in of_css()
4080 struct cftype *cft = of_cft(of); in cgroup_file_open()
4105 struct cftype *cft = of_cft(of); in cgroup_file_release()
4119 struct cftype *cft = of_cft(of); in cgroup_file_write()
4169 struct cftype *cft = of_cft(of); in cgroup_file_poll()
H A Dcpuset.c3138 switch (of_cft(of)->private) { in cpuset_write_resmask()