Searched refs:fss_next (Results 1 – 2 of 2) sorted by relevance
298 fssproc->fss_next = headp->fss_next; \300 headp->fss_next->fss_prev = fssproc; \301 headp->fss_next = fssproc; \310 fssproc->fss_prev->fss_next = fssproc->fss_next; \311 fssproc->fss_next->fss_prev = fssproc->fss_prev; \861 fss_listhead[i].fss_next = fss_listhead[i].fss_prev = in fss_init()1362 for (fssproc = fss_listhead[i].fss_next; fssproc != &fss_listhead[i]; in fss_update_list()1363 fssproc = fssproc->fss_next) { in fss_update_list()
132 struct fssproc *fss_next; /* pointer to next fssproc_t struct */ member