Searched refs:uma_zsecond_create (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma.h | 212 uma_zone_t uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor,
|
H A D | vm_pager.c | 213 zone = uma_zsecond_create(name, pbuf_ctor, pbuf_dtor, NULL, NULL, in pbuf_zsecond_create()
|
H A D | uma_core.c | 3371 uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor, in uma_zsecond_create() function
|
/freebsd/sys/kern/ |
H A D | kern_mbuf.c | 370 zone_pack = uma_zsecond_create(MBUF_PACKET_MEM_NAME, mb_ctor_pack, in mbuf_init()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2497 zone.9 uma_zsecond_create.9
|
/freebsd/sys/cam/ctl/ |
H A D | ctl.c | 3937 pool->zone = uma_zsecond_create(pool->name, NULL, in ctl_pool_create()
|