Searched refs:st_free2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dsys_generic.c122 struct selfd *st_free2; /* (k) free fd for write set. */ member in struct:seltd
1593 if (stp->st_free2 == NULL)
1594 stp->st_free2 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO);
1595 stp->st_free2->sf_td = stp;
1596 stp->st_free2->sf_cookie = cookie;
1651 else if ((sfp = stp->st_free2) != NULL)
1652 stp->st_free2 = NULL;
1788 if (stp->st_free2)
1789 uma_zfree(selfd_zone, stp->st_free2);

Completed in 67 milliseconds