Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_usrreq.c107 static uma_zone_t unp_zone; variable
332 uma_zfree(unp_zone, unp); in unp_pcb_rele()
477 unp = uma_zalloc(unp_zone, M_NOWAIT | M_ZERO); in uipc_attach()
2539 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
2573 unp_zone = uma_zcreate("unpcb", sizeof(struct unpcb), NULL, dtor, in unp_init()
2575 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
2576 uma_zone_set_warning(unp_zone, "kern.ipc.maxsockets limit reached"); in unp_init()