Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c140 struct selfd *st_free1; /* (k) free fd for read set. */ member
1740 if (stp->st_free1 == NULL) in selfdalloc()
1741 stp->st_free1 = malloc(sizeof(*stp->st_free1), M_SELFD, M_WAITOK|M_ZERO); in selfdalloc()
1742 stp->st_free1->sf_td = stp; in selfdalloc()
1743 stp->st_free1->sf_cookie = cookie; in selfdalloc()
1803 if ((sfp = stp->st_free1) != NULL) in selrecord()
1804 stp->st_free1 = NULL; in selrecord()
1947 if (stp->st_free1) in seltdfini()
1948 free(stp->st_free1, M_SELFD); in seltdfini()