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