Searched refs:rfd_next (Results 1 – 2 of 2) sorted by relevance
187 tail->rfd_next = rfd; in rfd_open()212 rfd->rfd_prev->rfd_next = rfd->rfd_next; in rfd_close()213 if (rfd->rfd_next != NULL) in rfd_close()214 rfd->rfd_next->rfd_prev = rfd->rfd_prev; in rfd_close()217 for (nextclass = rfd->rfd_next; nextclass != NULL; in rfd_close()218 nextclass = nextclass->rfd_next) in rfd_close()265 rfdnext = otail->rfd_next; in rfd_reserve()
59 struct rfd *rfd_next; /* list */ member