Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcgroup-defs.h565 struct cftype { struct
571 char name[MAX_CFTYPE_NAME];
572 unsigned long private;
578 size_t max_write_len;
581 unsigned int flags;
606 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
610 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
625 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
639 ssize_t (*write)(struct kernfs_open_file *of,
642 __poll_t (*poll)(struct kernfs_open_file *of,
[all …]
/linux-6.3-rc2/block/
A Dblk-cgroup.c552 struct cftype *cftype, u64 val) in blkcg_reset_stats()
A Dbfq-cgroup.c1079 struct cftype *cftype, in bfq_io_set_weight_legacy()
/linux-6.3-rc2/kernel/sched/
A Dcore.c10659 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64()
10856 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64()
10868 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64()
10880 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64()
11012 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()

Completed in 29 milliseconds