Home
last modified time | relevance | path

Searched refs:w_list (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/lightnvm/
Dpblk-gc.c35 LIST_HEAD(w_list); in pblk_gc_write()
38 if (list_empty(&gc->w_list)) { in pblk_gc_write()
43 list_cut_position(&w_list, &gc->w_list, gc->w_list.prev); in pblk_gc_write()
47 list_for_each_entry_safe(gc_rq, tgc_rq, &w_list, list) { in pblk_gc_write()
117 list_add_tail(&gc_rq->list, &gc->w_list); in pblk_gc_line_ws()
686 INIT_LIST_HEAD(&gc->w_list); in pblk_gc_init()
Dpblk.h249 struct list_head w_list; member
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmem.c227 qp->sq.w_list[idx].opcode = MLX5_OPCODE_NOP; in post_send_nop()
231 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
Dcq.c345 tail = qp->sq.w_list[idx].next; in handle_atomics()
347 tail = qp->sq.w_list[idx].next; in handle_atomics()
413 wq->last_poll = wq->w_list[idx].next; in sw_comp()
Dwr.c993 qp->sq.w_list[idx].opcode = mlx5_opcode; in finish_wqe()
996 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
Dqp.c1030 kvfree(qp->sq.w_list); in destroy_qp()
1130 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in _create_kernel_qp()
1131 sizeof(*qp->sq.w_list), GFP_KERNEL); in _create_kernel_qp()
1136 !qp->sq.w_list || !qp->sq.wqe_head) { in _create_kernel_qp()
1145 kvfree(qp->sq.w_list); in _create_kernel_qp()
Dmlx5_ib.h269 struct wr_list *w_list; member
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-topology.c479 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_init_pipe_modules()
556 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_unload_pipe_modules()
715 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
734 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
1219 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1248 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1262 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
2090 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe()
2748 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4()
3680 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list()
[all …]
Dskl-topology.h307 struct list_head w_list; member
Dskl-pcm.c1374 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()