Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-throttle.h163 return q->td != NULL && blkcg_policy_enabled(q, &blkcg_policy_throtl); in blk_throtl_activated()
H A Dblk-cgroup.c347 if (!blkcg_policy_enabled(disk->queue, pol)) in blkg_alloc()
721 if (!blkcg_policy_enabled(blkg->q, pol)) in blkcg_print_blkgs()
852 if (!blkcg_policy_enabled(q, pol)) { in blkg_conf_prep()
893 if (!blkcg_policy_enabled(q, pol)) { in blkg_conf_prep()
1594 if (blkcg_policy_enabled(q, pol)) in blkcg_activate_policy()
1706 if (!blkcg_policy_enabled(q, pol)) in blkcg_deactivate_policy()
H A Dblk-cgroup.h479 static inline bool blkcg_policy_enabled(struct request_queue *q, in blkcg_policy_enabled() function