Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1119 entry = remove_genlist_head(&uctxt->pd_list); in sol_uverbs_close()
1142 entry = remove_genlist_head(&uctxt->pd_list); in sol_uverbs_close()
1144 (uctxt->pd_list).count = tmp_genlist.count; in sol_uverbs_close()
1145 (uctxt->pd_list).head = tmp_genlist.head; in sol_uverbs_close()
1146 (uctxt->pd_list).tail = tmp_genlist.tail; in sol_uverbs_close()
1514 upd->list_entry = add_genlist(&uctxt->pd_list, (uintptr_t)upd, uctxt); in sol_uverbs_alloc_pd()
1570 delete_genlist(&uctxt->pd_list, upd->list_entry); in uverbs_upd_free()
2725 init_genlist(&uctxt->pd_list); in sol_uverbs_alloc_uctxt()
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h158 genlist_t pd_list; member