Searched refs:w_list (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/lightnvm/ |
D | pblk-gc.c | 32 LIST_HEAD(w_list); in pblk_gc_write() 35 if (list_empty(&gc->w_list)) { in pblk_gc_write() 40 list_cut_position(&w_list, &gc->w_list, gc->w_list.prev); in pblk_gc_write() 44 list_for_each_entry_safe(gc_rq, tgc_rq, &w_list, list) { in pblk_gc_write() 118 list_add_tail(&gc_rq->list, &gc->w_list); in pblk_gc_line_ws() 664 INIT_LIST_HEAD(&gc->w_list); in pblk_gc_init()
|
D | pblk.h | 252 struct list_head w_list; member
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-topology.c | 582 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_init_pipe_modules() 663 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_unload_pipe_modules() 795 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 814 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 1309 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1338 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1354 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 2116 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe() 2776 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 | 321 struct list_head w_list; member
|
D | skl-pcm.c | 1336 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | cq.c | 388 tail = qp->sq.w_list[idx].next; in handle_atomics() 390 tail = qp->sq.w_list[idx].next; in handle_atomics() 456 wq->last_poll = wq->w_list[idx].next; in sw_send_comp()
|
D | qp.c | 999 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in create_kernel_qp() 1000 sizeof(*qp->sq.w_list), GFP_KERNEL); in create_kernel_qp() 1005 !qp->sq.w_list || !qp->sq.wqe_head) { in create_kernel_qp() 1015 kvfree(qp->sq.w_list); in create_kernel_qp() 1032 kvfree(qp->sq.w_list); in destroy_qp_kernel() 4345 qp->sq.w_list[idx].opcode = mlx5_opcode; in finish_wqe() 4348 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
|
D | mlx5_ib.h | 259 struct wr_list *w_list; member
|