Searched defs:cftype (Results 1 – 1 of 1) sorted by relevance
646 struct cftype { struct651 char name[MAX_CFTYPE_NAME];652 unsigned long private;658 size_t max_write_len;661 unsigned int flags;686 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, argument719 ssize_t (*write)(struct kernfs_open_file *of,722 __poll_t (*poll)(struct kernfs_open_file *of,[all …]
Completed in 6 milliseconds