Home
last modified time | relevance | path

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

/linux/include/linux/
A Dblk-cgroup.h57 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS];
103 struct blkcg_policy_data { struct
144 typedef struct blkcg_policy_data *(blkcg_pol_alloc_cpd_fn)(gfp_t gfp);
145 typedef void (blkcg_pol_init_cpd_fn)(struct blkcg_policy_data *cpd);
146 typedef void (blkcg_pol_free_cpd_fn)(struct blkcg_policy_data *cpd);
147 typedef void (blkcg_pol_bind_cpd_fn)(struct blkcg_policy_data *cpd);
386 static inline struct blkcg_policy_data *blkcg_to_cpd(struct blkcg *blkcg, in blkcg_to_cpd()
403 static inline struct blkcg *cpd_to_blkcg(struct blkcg_policy_data *cpd) in cpd_to_blkcg()
619 struct blkcg_policy_data { struct
/linux/block/
A Dblk-ioprio.c63 struct blkcg_policy_data cpd;
138 static struct blkcg_policy_data *ioprio_alloc_cpd(gfp_t gfp) in ioprio_alloc_cpd()
149 static void ioprio_free_cpd(struct blkcg_policy_data *cpd) in ioprio_free_cpd()
A Dbfq-cgroup.c490 static struct bfq_group_data *cpd_to_bfqgd(struct blkcg_policy_data *cpd) in cpd_to_bfqgd()
500 static struct blkcg_policy_data *bfq_cpd_alloc(gfp_t gfp) in bfq_cpd_alloc()
510 static void bfq_cpd_init(struct blkcg_policy_data *cpd) in bfq_cpd_init()
518 static void bfq_cpd_free(struct blkcg_policy_data *cpd) in bfq_cpd_free()
A Dbfq-iosched.h882 struct blkcg_policy_data pd;
A Dblk-cgroup.c1100 struct blkcg_policy_data *cpd; in blkcg_css_alloc()
1476 struct blkcg_policy_data *cpd; in blkcg_policy_register()
A Dblk-iocost.c552 struct blkcg_policy_data cpd;
2897 static struct blkcg_policy_data *ioc_cpd_alloc(gfp_t gfp) in ioc_cpd_alloc()
2909 static void ioc_cpd_free(struct blkcg_policy_data *cpd) in ioc_cpd_free()

Completed in 22 milliseconds