Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c141 struct selfd *st_free2; /* (k) free fd for write set. */ member
1744 if (stp->st_free2 == NULL) in selfdalloc()
1745 stp->st_free2 = malloc(sizeof(*stp->st_free2), M_SELFD, M_WAITOK|M_ZERO); in selfdalloc()
1746 stp->st_free2->sf_td = stp; in selfdalloc()
1747 stp->st_free2->sf_cookie = cookie; in selfdalloc()
1805 else if ((sfp = stp->st_free2) != NULL) in selrecord()
1806 stp->st_free2 = NULL; in selrecord()
1949 if (stp->st_free2) in seltdfini()
1950 free(stp->st_free2, M_SELFD); in seltdfini()