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

/linux-master/mm/
H A Dhugetlb_cgroup.c602 idx = MEMFILE_IDX(of_cft(of)->private);
605 switch (MEMFILE_ATTR(of_cft(of)->private)) {
642 counter = &h_cg->hugepage[MEMFILE_IDX(of_cft(of)->private)];
643 rsvd_counter = &h_cg->rsvd_hugepage[MEMFILE_IDX(of_cft(of)->private)];
645 switch (MEMFILE_ATTR(of_cft(of)->private)) {
H A Dmemcontrol.c4058 switch (MEMFILE_ATTR(of_cft(of)->private)) {
4064 switch (MEMFILE_TYPE(of_cft(of)->private)) {
4101 switch (MEMFILE_TYPE(of_cft(of)->private)) {
4118 switch (MEMFILE_ATTR(of_cft(of)->private)) {
/linux-master/include/linux/
H A Dcgroup.h569 static inline struct cftype *of_cft(struct kernfs_open_file *of) function
579 return of_cft(seq->private);
/linux-master/security/
H A Ddevice_cgroup.c791 of_cft(of)->private, strstrip(buf));
/linux-master/block/
H A Dblk-throttle.c1395 *(u64 *)((void *)tg + of_cft(of)->private) = v;
1397 *(unsigned int *)((void *)tg + of_cft(of)->private) = v;
1572 int index = of_cft(of)->private;
/linux-master/kernel/cgroup/
H A Dcgroup.c639 struct cftype *cft = of_cft(of);
4034 struct cftype *cft = of_cft(of);
4059 struct cftype *cft = of_cft(of);
4073 struct cftype *cft = of_cft(of);
4123 struct cftype *cft = of_cft(of);
H A Dcpuset.c3625 switch (of_cft(of)->private) {

Completed in 208 milliseconds