Searched refs:bgd (Results 1 – 1 of 1) sorted by relevance
495 struct bfq_group_data *bgd; in bfq_cpd_alloc() local497 bgd = kzalloc(sizeof(*bgd), gfp); in bfq_cpd_alloc()498 if (!bgd) in bfq_cpd_alloc()501 bgd->weight = CGROUP_WEIGHT_DFL; in bfq_cpd_alloc()502 return &bgd->pd; in bfq_cpd_alloc()