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

/linux-4.4.14/include/linux/
H A Diocontext.h56 * q->icq_list and icq->q_node by q lock.
76 * q_node and ioc_node link io_cq through icq_list of q and ioc
82 struct list_head q_node; member in union:io_cq::__anon12453
H A Dblk-cgroup.h108 struct list_head q_node; member in struct:blkcg_gq
/linux-4.4.14/block/
H A Dblk-ioc.c64 list_del_init(&icq->q_node); ioc_destroy_icq()
225 struct io_cq, q_node); ioc_clear_queue()
376 INIT_LIST_HEAD(&icq->q_node); ioc_create_icq()
385 list_add(&icq->q_node, &q->icq_list); ioc_create_icq()
H A Dblk-cgroup.c107 INIT_LIST_HEAD(&blkg->q_node); blkg_alloc()
228 list_add(&blkg->q_node, &q->blkg_list); blkg_create()
318 WARN_ON_ONCE(list_empty(&blkg->q_node)); blkg_destroy()
336 list_del_init(&blkg->q_node); blkg_destroy()
366 list_for_each_entry_safe(blkg, n, &q->blkg_list, q_node) { blkg_destroy_all()
422 ent = &blkg->q_node; __blk_queue_next_rl()
427 if (ent == &q->root_blkg->q_node) __blk_queue_next_rl()
432 blkg = container_of(ent, struct blkcg_gq, q_node); __blk_queue_next_rl()
1228 list_for_each_entry(blkg, &q->blkg_list, q_node) { blkcg_activate_policy()
1282 list_for_each_entry(blkg, &q->blkg_list, q_node) { blkcg_deactivate_policy()

Completed in 114 milliseconds