Lines Matching defs:ioprio_blkg
53 * struct ioprio_blkg - Per (cgroup, request queue) data.
56 struct ioprio_blkg {
70 static inline struct ioprio_blkg *pd_to_ioprio(struct blkg_policy_data *pd)
72 return pd ? container_of(pd, struct ioprio_blkg, pd) : NULL;
124 struct ioprio_blkg *ioprio_blkg;
126 ioprio_blkg = kzalloc(sizeof(*ioprio_blkg), gfp);
127 if (!ioprio_blkg)
130 return &ioprio_blkg->pd;
135 struct ioprio_blkg *ioprio_blkg = pd_to_ioprio(pd);
137 kfree(ioprio_blkg);