Searched refs:w_list (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/lightnvm/ |
D | pblk-gc.c | 35 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()
|
D | pblk.h | 249 struct list_head w_list; member
|
/Linux-v5.4/sound/soc/intel/skylake/ |
D | skl-topology.c | 478 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_init_pipe_modules() 555 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_unload_pipe_modules() 674 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 693 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 1178 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1207 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1221 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1977 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe() 2635 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4() 3526 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list() [all …]
|
D | skl-topology.h | 307 struct list_head w_list; member
|
D | skl-pcm.c | 1389 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1128 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in create_kernel_qp() 1129 sizeof(*qp->sq.w_list), GFP_KERNEL); in create_kernel_qp() 1134 !qp->sq.w_list || !qp->sq.wqe_head) { in create_kernel_qp() 1144 kvfree(qp->sq.w_list); in create_kernel_qp() 1161 kvfree(qp->sq.w_list); in destroy_qp_kernel() 4949 qp->sq.w_list[idx].opcode = mlx5_opcode; in finish_wqe() 4952 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
|
D | mlx5_ib.h | 271 struct wr_list *w_list; member
|