Searched refs:pbuf_ctor (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Dvm_pager.c95 static int pbuf_ctor(void *, int, void *, int);
207 pbuf_ctor, pbuf_dtor, pbuf_init, NULL, UMA_ALIGN_CACHE,
218 zone = uma_zsecond_create(name, pbuf_ctor, pbuf_dtor, NULL, NULL,
445 pbuf_ctor(void *mem, int size, void *arg, int flags) function

Completed in 52 milliseconds