Home
last modified time | relevance | path

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

/include/linux/
A Dcgroup-defs.h646 struct cftype { struct
651 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); 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
719 ssize_t (*write)(struct kernfs_open_file *of,
722 __poll_t (*poll)(struct kernfs_open_file *of,
[all …]

Completed in 6 milliseconds