Home
last modified time | relevance | path

Searched refs:cftype (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dcgroup-defs.h646 struct cftype { struct
686 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
690 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
705 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
710 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
808 struct cftype *dfl_cftypes; /* for the default hierarchy */
809 struct cftype *legacy_cftypes; /* for the legacy hierarchies */
A Dcgroup.h121 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