Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhugetlb_cgroup.c303 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_write()
306 switch (MEMFILE_ATTR(of_cft(of)->private)) { in hugetlb_cgroup_write()
326 counter = &h_cg->hugepage[MEMFILE_IDX(of_cft(of)->private)]; in hugetlb_cgroup_reset()
328 switch (MEMFILE_ATTR(of_cft(of)->private)) { in hugetlb_cgroup_reset()
Dmemcontrol.c3224 switch (MEMFILE_ATTR(of_cft(of)->private)) { in mem_cgroup_write()
3230 switch (MEMFILE_TYPE(of_cft(of)->private)) { in mem_cgroup_write()
3259 switch (MEMFILE_TYPE(of_cft(of)->private)) { in mem_cgroup_reset()
3276 switch (MEMFILE_ATTR(of_cft(of)->private)) { in mem_cgroup_reset()
/Linux-v4.19/include/linux/
Dcgroup.h617 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft() function
627 return of_cft(seq->private); in seq_cft()
/Linux-v4.19/security/
Ddevice_cgroup.c762 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/Linux-v4.19/block/
Dblk-throttle.c1456 *(u64 *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1458 *(unsigned int *)((void *)tg + of_cft(of)->private) = v; in tg_set_conf()
1607 int index = of_cft(of)->private; in tg_set_limit()
/Linux-v4.19/kernel/cgroup/
Dcpuset.c1723 switch (of_cft(of)->private) { in cpuset_write_resmask()
Dcgroup.c567 struct cftype *cft = of_cft(of); in of_css()