Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-ioc.c80 list_del_init(&icq->q_node); in ioc_destroy_icq()
169 list_first_entry(&q->icq_list, struct io_cq, q_node); in ioc_clear_queue()
374 INIT_LIST_HEAD(&icq->q_node); in ioc_create_icq()
383 list_add(&icq->q_node, &q->icq_list); in ioc_create_icq()
H A Dblk-cgroup.c140 list_del_init(&blkg->q_node); in blkg_free_workfn()
323 INIT_LIST_HEAD(&blkg->q_node); in blkg_alloc()
428 list_add(&blkg->q_node, &disk->queue->blkg_list); in blkg_create()
584 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkg_destroy_all()
1621 list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1690 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1737 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_deactivate_policy()
H A Dblk-cgroup.h59 struct list_head q_node; member
/linux/include/linux/
H A Diocontext.h58 * q->icq_list and icq->q_node by q lock.
78 * q_node and ioc_node link io_cq through icq_list of q and ioc
84 struct list_head q_node; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c4440 struct ice_sched_node *q_node; in ice_sched_replay_q_bw() local
4443 q_node = ice_sched_find_node_by_teid(pi->root, q_ctx->q_teid); in ice_sched_replay_q_bw()
4444 if (!q_node) in ice_sched_replay_q_bw()
4446 return ice_sched_replay_node_bw(pi->hw, q_node, &q_ctx->bw_t_info); in ice_sched_replay_q_bw()