Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dbfq-cgroup.c495 struct bfq_group_data *bgd; in bfq_cpd_alloc() local
497 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()