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.h165 return q->td != NULL && blkcg_policy_enabled(q, &blkcg_policy_throtl); in blk_throtl_activated()
H A Dblk-cgroup.c336 if (!blkcg_policy_enabled(disk->queue, pol)) in blkg_alloc()
717 if (blkcg_policy_enabled(blkg->q, pol)) in blkcg_print_blkgs()
881 if (!blkcg_policy_enabled(q, pol)) { in blkg_conf_prep()
922 if (!blkcg_policy_enabled(q, pol)) { in blkg_conf_prep()
1586 if (blkcg_policy_enabled(q, pol)) in blkcg_activate_policy()
1708 if (!blkcg_policy_enabled(q, pol)) in blkcg_deactivate_policy()
H A Dblk-cgroup.h457 static inline bool blkcg_policy_enabled(struct request_queue *q, in blkcg_policy_enabled() function