Searched refs:st_free2 (Results 1 – 1 of 1) sorted by relevance
138 struct selfd *st_free2; /* (k) free fd for write set. */ member1700 if (stp->st_free2 == NULL) in selfdalloc()1701 stp->st_free2 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO); in selfdalloc()1702 stp->st_free2->sf_td = stp; in selfdalloc()1703 stp->st_free2->sf_cookie = cookie; in selfdalloc()1763 else if ((sfp = stp->st_free2) != NULL)1764 stp->st_free2 = NULL;1903 if (stp->st_free2) in seltdfini()1904 uma_zfree(selfd_zone, stp->st_free2); in seltdfini()