Lines Matching refs:q_node
81 INIT_LIST_HEAD(&blkg->q_node); in blkg_alloc()
226 list_add(&blkg->q_node, &q->blkg_list); in blkg_create()
319 WARN_ON_ONCE(list_empty(&blkg->q_node)); in blkg_destroy()
331 list_del_init(&blkg->q_node); in blkg_destroy()
370 list_for_each_entry_safe(blkg, n, &q->blkg_list, q_node) { in blkg_destroy_all()
430 ent = &blkg->q_node; in __blk_queue_next_rl()
435 if (ent == &q->root_blkg->q_node) in __blk_queue_next_rl()
440 blkg = container_of(ent, struct blkcg_gq, q_node); in __blk_queue_next_rl()
1005 list_for_each_entry(blkg, &q->blkg_list, q_node) in blkcg_activate_policy()
1026 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1083 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_deactivate_policy()