Home
last modified time | relevance | path

Searched refs:w_list (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/lightnvm/
H A 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()
H A Dpblk.h249 struct list_head w_list; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmem.c129 qp->sq.w_list[idx].opcode = MLX5_OPCODE_NOP; in post_send_nop()
133 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
H A Dcq.c351 tail = qp->sq.w_list[idx].next; in handle_atomics()
353 tail = qp->sq.w_list[idx].next; in handle_atomics()
419 wq->last_poll = wq->w_list[idx].next; in sw_comp()
H A Dwr.c772 qp->sq.w_list[idx].opcode = mlx5_opcode; in mlx5r_finish_wqe()
775 qp->sq.w_list[idx].next = qp->sq.cur_post; in mlx5r_finish_wqe()
H A Dmlx5_ib.h360 struct wr_list *w_list; member
H A Dqp.c1089 kvfree(qp->sq.w_list); in destroy_qp()
1190 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in _create_kernel_qp()
1191 sizeof(*qp->sq.w_list), GFP_KERNEL); in _create_kernel_qp()
1196 !qp->sq.w_list || !qp->sq.wqe_head) { in _create_kernel_qp()
1205 kvfree(qp->sq.w_list); in _create_kernel_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A 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()
H A 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()
H A 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()
H A Dmlx5_ib.h269 struct wr_list *w_list; member
H A 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()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A 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()
2085 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe()
2743 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4()
3676 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list()
[all...]
H A Dskl-topology.h307 struct list_head w_list; member
H A Dskl-pcm.c1366 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.c485 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_init_pipe_modules()
560 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_unload_pipe_modules()
681 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
700 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
1186 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1215 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1229 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
2061 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe()
2726 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4()
3678 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list()
[all...]
H A Dskl-topology.h328 struct list_head w_list; member
H A Dskl-pcm.c1360 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()

Completed in 45 milliseconds