Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsys_generic.c158 static uma_zone_t selfd_zone; variable
1672 stp->st_free1 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO); in selfdalloc()
1676 stp->st_free2 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO); in selfdalloc()
1689 uma_zfree(selfd_zone, sfp); in selfdfree()
1869 uma_zfree(selfd_zone, stp->st_free1); in seltdfini()
1871 uma_zfree(selfd_zone, stp->st_free2); in seltdfini()
1899 selfd_zone = uma_zcreate("selfd", sizeof(struct selfd), NULL, NULL, in selectinit()