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()
479 unp = uma_zalloc(unp_zone, M_NOWAIT | M_ZERO); in uipc_attach()
2541 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
2575 unp_zone = uma_zcreate("unpcb", sizeof(struct unpcb), NULL, dtor, in unp_init()
2577 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
2578 uma_zone_set_warning(unp_zone, "kern.ipc.maxsockets limit reached"); in unp_init()