Searched refs:remove_genlist_head (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ofs_gen_util.c101 * remove_genlist_head() - remove the entry from the list head, but
104 genlist_entry_t *remove_genlist_head(genlist_t *list) { function
126 entry = remove_genlist_head(list);
130 entry = remove_genlist_head(list);
H A Dsol_ib_cma.c116 entry = remove_genlist_head(&ibchanp->chan_mcast_list);
129 entry = remove_genlist_head(&ibchanp->chan_mcast_list);
439 entry = remove_genlist_head(&dev_genlist);
465 entry = remove_genlist_head(&dev_genlist);
2174 entry = remove_genlist_head(&devlist);
2187 entry = remove_genlist_head(&devlist);
H A Dsol_cma.c271 entry = remove_genlist_head(&rem_device->cma_epchan_list);
291 entry = remove_genlist_head(&rem_device->cma_epchan_list);
1942 entry = remove_genlist_head(&(CHAN_LISTEN_LIST(chanp)));
1977 entry = remove_genlist_head(&(CHAN_LISTEN_LIST(chanp)));
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h213 genlist_entry_t *remove_genlist_head(genlist_t *list);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c986 entry = remove_genlist_head(&uctxt->ah_list);
997 entry = remove_genlist_head(&uctxt->ah_list);
1001 entry = remove_genlist_head(&uctxt->qp_list);
1030 entry = remove_genlist_head(&uctxt->qp_list);
1037 entry = remove_genlist_head(&uctxt->cq_list);
1064 entry = remove_genlist_head(&uctxt->cq_list);
1071 entry = remove_genlist_head(&uctxt->srq_list);
1098 entry = remove_genlist_head(&uctxt->srq_list);
1104 entry = remove_genlist_head(&uctxt->mr_list);
1116 entry = remove_genlist_head(
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c555 entry = remove_genlist_head(&filep->file_id_list);
576 entry = remove_genlist_head(&filep->file_id_list);
587 entry = remove_genlist_head(&filep->file_evt_list);
592 entry = remove_genlist_head(&filep->file_evt_list);
906 entry = remove_genlist_head(&filep->file_evt_list);
911 entry = remove_genlist_head(&filep->file_evt_list);
1352 entry = remove_genlist_head(&filep->file_evt_list);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1739 entry = remove_genlist_head(&uctx->uctx_recv_list);
2416 while ((entry = remove_genlist_head(&uctx->uctx_recv_list))) {
2451 while ((entry = remove_genlist_head(&uctx->uctx_recv_list))) {

Completed in 75 milliseconds