Searched refs:q_node (Results 1 – 3 of 3) sorted by relevance
/block/ |
D | blk-cgroup.c | 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() [all …]
|
D | blk-ioc.c | 64 list_del_init(&icq->q_node); in ioc_destroy_icq() 225 struct io_cq, q_node); in ioc_clear_queue() 376 INIT_LIST_HEAD(&icq->q_node); in ioc_create_icq() 385 list_add(&icq->q_node, &q->icq_list); in ioc_create_icq()
|
D | blk-cgroup.h | 94 struct list_head q_node; member
|