Searched defs:cftype (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 7006 struct cftype { struct 7017 u64 (*read_u64)(struct cgroup_subsys_state *, struct cftype *); argument 7018 s64 (*read_s64)(struct cgroup_subsys_state *, struct cftype *); argument 7023 int (*write_u64)(struct cgroup_subsys_state *, struct cftype *, u64); argument 7024 int (*write_s64)(struct cgroup_subsys_state *, struct cftype *, s64); argument 7025 ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t); 7026 __poll_t (*poll)(struct kernfs_open_file *, struct poll_table_struct *);
|