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.c134 list_del_init(&blkg->q_node); in blkg_free_workfn()
317 INIT_LIST_HEAD(&blkg->q_node); in blkg_alloc()
422 list_add(&blkg->q_node, &disk->queue->blkg_list); in blkg_create()
578 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkg_destroy_all()
1603 list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1672 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1719 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_deactivate_policy()
H A Dbfq-cgroup.c940 list_for_each_entry(blkg, &bfqd->queue->blkg_list, q_node) { in bfq_end_wr_async()
/linux/include/linux/
H A Diocontext.h84 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()