Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-cgroup.c497 struct bfq_group_data *bgd; in bfq_cpd_alloc() local
499 bgd = kzalloc_obj(*bgd, gfp); in bfq_cpd_alloc()
500 if (!bgd) in bfq_cpd_alloc()
503 bgd->weight = CGROUP_WEIGHT_DFL; in bfq_cpd_alloc()
504 return &bgd->pd; in bfq_cpd_alloc()