Home
last modified time | relevance | path

Searched refs:blkcg_policy_data (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/block/
A Dblk-cgroup.h101 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS];
148 struct blkcg_policy_data { struct
154 typedef struct blkcg_policy_data *(blkcg_pol_alloc_cpd_fn)(gfp_t gfp); argument
155 typedef void (blkcg_pol_init_cpd_fn)(struct blkcg_policy_data *cpd);
156 typedef void (blkcg_pol_free_cpd_fn)(struct blkcg_policy_data *cpd);
157 typedef void (blkcg_pol_bind_cpd_fn)(struct blkcg_policy_data *cpd);
279 static inline struct blkcg_policy_data *blkcg_to_cpd(struct blkcg *blkcg, in blkcg_to_cpd()
296 static inline struct blkcg *cpd_to_blkcg(struct blkcg_policy_data *cpd) in cpd_to_blkcg()
484 struct blkcg_policy_data { struct
A Dblk-ioprio.c63 struct blkcg_policy_data cpd;
137 static struct blkcg_policy_data *ioprio_alloc_cpd(gfp_t gfp) in ioprio_alloc_cpd()
148 static void ioprio_free_cpd(struct blkcg_policy_data *cpd) in ioprio_free_cpd()
A Dbfq-cgroup.c483 static struct bfq_group_data *cpd_to_bfqgd(struct blkcg_policy_data *cpd) in cpd_to_bfqgd()
493 static struct blkcg_policy_data *bfq_cpd_alloc(gfp_t gfp) in bfq_cpd_alloc()
503 static void bfq_cpd_init(struct blkcg_policy_data *cpd) in bfq_cpd_init()
511 static void bfq_cpd_free(struct blkcg_policy_data *cpd) in bfq_cpd_free()
A Dbfq-iosched.h966 struct blkcg_policy_data pd;
A Dblk-cgroup.c1234 struct blkcg_policy_data *cpd; in blkcg_css_alloc()
1620 struct blkcg_policy_data *cpd; in blkcg_policy_register()
A Dblk-iocost.c555 struct blkcg_policy_data cpd;
2923 static struct blkcg_policy_data *ioc_cpd_alloc(gfp_t gfp) in ioc_cpd_alloc()
2935 static void ioc_cpd_free(struct blkcg_policy_data *cpd) in ioc_cpd_free()

Completed in 21 milliseconds