Searched defs:cftype (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 5186 struct cftype {  struct5197 	u64 (*read_u64)(struct cgroup_subsys_state *, struct cftype *);  argument
 5198 	s64 (*read_s64)(struct cgroup_subsys_state *, struct cftype *);  argument
 5203 	int (*write_u64)(struct cgroup_subsys_state *, struct cftype *, u64);  argument
 5204 	int (*write_s64)(struct cgroup_subsys_state *, struct cftype *, s64);  argument
 5205 	ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
 5206 	__poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *);
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 4780 struct cftype {  struct4791 	u64 (*read_u64)(struct cgroup_subsys_state *, struct cftype *);  argument
 4792 	s64 (*read_s64)(struct cgroup_subsys_state *, struct cftype *);  argument
 4797 	int (*write_u64)(struct cgroup_subsys_state *, struct cftype *, u64);  argument
 4798 	int (*write_s64)(struct cgroup_subsys_state *, struct cftype *, s64);  argument
 4799 	ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t);
 4800 	__poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *);
 
 |