Lines Matching refs:wqs
3054 struct ib_wq **wqs = NULL; in ib_uverbs_ex_create_rwq_ind_table() local
3087 wqs = kcalloc(num_wq_handles, sizeof(*wqs), GFP_KERNEL); in ib_uverbs_ex_create_rwq_ind_table()
3088 if (!wqs) { in ib_uverbs_ex_create_rwq_ind_table()
3102 wqs[num_read_wqs] = wq; in ib_uverbs_ex_create_rwq_ind_table()
3103 atomic_inc(&wqs[num_read_wqs]->usecnt); in ib_uverbs_ex_create_rwq_ind_table()
3119 init_attr.ind_tbl = wqs; in ib_uverbs_ex_create_rwq_ind_table()
3121 rwq_ind_tbl->ind_tbl = wqs; in ib_uverbs_ex_create_rwq_ind_table()
3134 rdma_lookup_put_uobject(&wqs[i]->uobject->uevent.uobject, in ib_uverbs_ex_create_rwq_ind_table()
3150 rdma_lookup_put_uobject(&wqs[i]->uobject->uevent.uobject, in ib_uverbs_ex_create_rwq_ind_table()
3152 atomic_dec(&wqs[i]->usecnt); in ib_uverbs_ex_create_rwq_ind_table()
3156 kfree(wqs); in ib_uverbs_ex_create_rwq_ind_table()