Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c138 struct selfd *st_free2; /* (k) free fd for write set. */ member
1827 if (stp->st_free2 == NULL) in selfdalloc()
1828 stp->st_free2 = malloc(sizeof(*stp->st_free2), M_SELFD, M_WAITOK|M_ZERO); in selfdalloc()
1829 stp->st_free2->sf_td = stp; in selfdalloc()
1830 stp->st_free2->sf_cookie = cookie; in selfdalloc()
1888 else if ((sfp = stp->st_free2) != NULL) in selrecord()
1889 stp->st_free2 = NULL; in selrecord()
2032 if (stp->st_free2) in seltdfini()
2033 free(stp->st_free2, M_SELFD); in seltdfini()