Searched refs:cftype (Results 1 – 2 of 2) sorted by relevance
646 struct cftype { struct686 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument690 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument705 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument710 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument808 struct cftype *dfl_cftypes; /* for the default hierarchy */809 struct cftype *legacy_cftypes; /* for the legacy hierarchies */
121 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);122 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);123 int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);124 int cgroup_rm_cftypes(struct cftype *cfts);588 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft()596 static inline struct cftype *seq_cft(struct seq_file *seq) in seq_cft()
Completed in 10 milliseconds