Searched refs:blkcg_policy_enabled (Results 1 – 3 of 3) sorted by relevance
165 return q->td != NULL && blkcg_policy_enabled(q, &blkcg_policy_throtl); in blk_throtl_activated()
336 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()
457 static inline bool blkcg_policy_enabled(struct request_queue *q, in blkcg_policy_enabled() function