Searched refs:w_list (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/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.10/drivers/infiniband/hw/mlx5/ |
D | mem.c | 227 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()
|
D | cq.c | 345 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()
|
D | wr.c | 993 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()
|
D | qp.c | 1030 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()
|
D | mlx5_ib.h | 269 struct wr_list *w_list; member
|
/Linux-v5.10/sound/soc/intel/skylake/ |
D | skl-topology.c | 479 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 …]
|
D | skl-topology.h | 307 struct list_head w_list; member
|
D | skl-pcm.c | 1374 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()
|