Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h540 struct cftype { struct
546 char name[MAX_CFTYPE_NAME];
547 unsigned long private;
553 size_t max_write_len;
556 unsigned int flags;
581 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
585 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
600 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
605 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
614 ssize_t (*write)(struct kernfs_open_file *of,
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c8294 struct cftype *cftype, u64 ls) in cpu_uclamp_ls_write_u64()
8317 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64()
8482 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64()
8494 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64()
8620 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c442 struct cftype *cftype, u64 val) in blkcg_reset_stats()
H A Dbfq-cgroup.c1053 struct cftype *cftype, in bfq_io_set_weight_legacy()