Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-cgroup.c396 if (blkg->pd[i] && pol->pd_exit_fn) in __blkg_release_rcu()
397 pol->pd_exit_fn(blkg); in __blkg_release_rcu()
1089 if (pol->pd_exit_fn) in blkcg_deactivate_policy()
1090 pol->pd_exit_fn(blkg); in blkcg_deactivate_policy()
Dblk-cgroup.h132 blkcg_pol_exit_pd_fn *pd_exit_fn; member
Dblk-throttle.c1476 .pd_exit_fn = throtl_pd_exit,