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.c108 static uma_zone_t unp_zone; variable
335 uma_zfree(unp_zone, unp); in unp_pcb_rele()
526 unp = uma_zalloc(unp_zone, M_NOWAIT | M_ZERO); in uipc_attach()
3553 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
3587 unp_zone = uma_zcreate("unpcb", sizeof(struct unpcb), NULL, dtor, in unp_init()
3589 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
3590 uma_zone_set_warning(unp_zone, "kern.ipc.maxsockets limit reached"); in unp_init()