Searched refs:rfd_next (Results 1 – 2 of 2) sorted by relevance
185 tail->rfd_next = rfd; in rfd_open()210 rfd->rfd_prev->rfd_next = rfd->rfd_next; in rfd_close()211 if (rfd->rfd_next != NULL) in rfd_close()212 rfd->rfd_next->rfd_prev = rfd->rfd_prev; in rfd_close()215 for (nextclass = rfd->rfd_next; nextclass != NULL; in rfd_close()216 nextclass = nextclass->rfd_next) in rfd_close()263 rfdnext = otail->rfd_next; in rfd_reserve()
57 struct rfd *rfd_next; /* list */ member