Lines Matching refs:pd_free_fn
127 * pd_free_fn() can also be called from blkcg_deactivate_policy(),
128 * in order to make sure pd_free_fn() is called in order, the deletion
136 blkcg_policy[i]->pd_free_fn(blkg->pd[i]);
162 * Both ->pd_free_fn() and request queue's release handler may
360 blkcg_policy[i]->pd_free_fn(blkg->pd[i]);
1556 pol->pd_free_fn(pd_prealloc);
1591 pol->pd_free_fn(pd_prealloc);
1607 pol->pd_free_fn(pd);
1650 pol->pd_free_fn(blkg->pd[pol->plid]);
1701 /* Make sure cpd/pd_alloc_fn and cpd/pd_free_fn in pairs */
1703 (!pol->pd_alloc_fn ^ !pol->pd_free_fn))