Searched refs:sl_next (Results 1 – 4 of 4) sorted by relevance
763 sl->sl_next = softs->syncstatetab[hv];765 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next;789 sl = sl->sl_next)869 *sl->sl_pnext = sl->sl_next;870 if (sl->sl_next != NULL)871 sl->sl_next->sl_pnext = sl->sl_pnext;978 sl->sl_next = softs->syncnattab[hv];980 softs->syncnattab[hv]->sl_pnext = &sl->sl_next;990 sl = sl->sl_next)1077 for (ss = softs->syncstatetab[hv]; ss; ss = ss->sl_next)[all …]
57 struct synclist *sl_next; member
199 struct slist_entry *sl_next; member
2083 entry->sl_next = head->slh_list.slh_next;2106 head->slh_list.slh_next = first->sl_next;