Searched refs:pd_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h158 genlist_t pd_list; member in struct:uverbs_uctxt_uobj
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1119 entry = remove_genlist_head(&uctxt->pd_list);
1142 entry = remove_genlist_head(&uctxt->pd_list);
1144 (uctxt->pd_list).count = tmp_genlist.count;
1145 (uctxt->pd_list).head = tmp_genlist.head;
1146 (uctxt->pd_list).tail = tmp_genlist.tail;
1514 upd->list_entry = add_genlist(&uctxt->pd_list, (uintptr_t)upd, uctxt);
1519 "alloc_pd: Error adding upd to pd_list\n");
1570 delete_genlist(&uctxt->pd_list, upd->list_entry);
2725 init_genlist(&uctxt->pd_list);

Completed in 63 milliseconds