Searched refs:pbuf_ctor (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_pager.c | 94 static int pbuf_ctor(void *, int, void *, int); 188 pbuf_ctor, pbuf_dtor, pbuf_init, NULL, UMA_ALIGN_CACHE, in vm_pager_bufferinit() 199 zone = uma_zsecond_create(name, pbuf_ctor, pbuf_dtor, NULL, NULL, in pbuf_zsecond_create() 375 pbuf_ctor(void *mem, int size, void *arg, int flags) in pbuf_ctor() function
|