Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c112 static uma_zone_t unp_zone; variable
333 uma_zfree(unp_zone, unp); in unp_pcb_rele()
549 unp = uma_zalloc(unp_zone, M_NOWAIT | M_ZERO); in uipc_attach()
2118 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
2157 unp_zone = uma_zcreate("unpcb", sizeof(struct unpcb), NULL, dtor, in unp_init()
2159 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
2160 uma_zone_set_warning(unp_zone, "kern.ipc.maxsockets limit reached"); in unp_init()