Home
last modified time | relevance | path

Searched refs:q_node (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/block/
Dblk-ioc.c64 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()
Dblk-cgroup.c107 INIT_LIST_HEAD(&blkg->q_node); in blkg_alloc()
228 list_add(&blkg->q_node, &q->blkg_list); in blkg_create()
318 WARN_ON_ONCE(list_empty(&blkg->q_node)); in blkg_destroy()
336 list_del_init(&blkg->q_node); in blkg_destroy()
366 list_for_each_entry_safe(blkg, n, &q->blkg_list, q_node) { in blkg_destroy_all()
422 ent = &blkg->q_node; in __blk_queue_next_rl()
427 if (ent == &q->root_blkg->q_node) in __blk_queue_next_rl()
432 blkg = container_of(ent, struct blkcg_gq, q_node); in __blk_queue_next_rl()
1228 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1282 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_deactivate_policy()
/linux-4.4.14/include/linux/
Diocontext.h82 struct list_head q_node; member
Dblk-cgroup.h108 struct list_head q_node; member