Searched refs:qp_list (Results 1 – 3 of 3) sorted by relevance
1001 entry = remove_genlist_head(&uctxt->qp_list); in sol_uverbs_close()1030 entry = remove_genlist_head(&uctxt->qp_list); in sol_uverbs_close()1032 (uctxt->qp_list).count = tmp_genlist.count; in sol_uverbs_close()1033 (uctxt->qp_list).head = tmp_genlist.head; in sol_uverbs_close()1034 (uctxt->qp_list).tail = tmp_genlist.tail; in sol_uverbs_close()1187 if ((uctxt->qp_list).count) { in sol_uverbs_close()2729 init_genlist(&uctxt->qp_list); in sol_uverbs_alloc_uctxt()
570 uqp->list_entry = add_genlist(&uctxt->qp_list, (uintptr_t)uqp, in sol_uverbs_create_qp()788 delete_genlist(&uctxt->qp_list, uqp->list_entry); in uverbs_uqp_free()795 if (uctxt->uctxt_free_pending && (uctxt->qp_list).count == 0) { in uverbs_uqp_free()
161 genlist_t qp_list; member