Searched refs:pd_prealloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.c1518 struct blkg_policy_data *pd_prealloc = NULL; local
1539 pd = pd_prealloc;
1540 pd_prealloc = NULL;
1558 if (pd_prealloc)
1559 pol->pd_free_fn(pd_prealloc);
1560 pd_prealloc = pol->pd_alloc_fn(disk, blkg->blkcg,
1562 if (pd_prealloc)
1593 if (pd_prealloc)
1594 pol->pd_free_fn(pd_prealloc);

Completed in 109 milliseconds