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

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_main.c153 fuse_pbuf_zone = pbuf_zsecond_create("fusepbuf", nswbuf / 2);
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c370 smbfs_pbuf_zone = pbuf_zsecond_create("smbpbuf", nswbuf / 2);
/freebsd-13-stable/sys/sys/
H A Dbuf.h571 uma_zone_t pbuf_zsecond_create(const char *name, int max);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_rawread.c91 ffsraw_pbuf_zone = pbuf_zsecond_create("ffsrawpbuf",
/freebsd-13-stable/sys/vm/
H A Dvm_pager.c214 pbuf_zsecond_create(const char *name, int max) function
222 * immediately on every pbuf_zsecond_create(), we may accumulate too
H A Dswap_pager.c615 swwbuf_zone = pbuf_zsecond_create("swwbuf", nswbuf / 4);
616 swrbuf_zone = pbuf_zsecond_create("swrbuf", nswbuf / 2);
H A Dvnode_pager.c148 vnode_pbuf_zone = pbuf_zsecond_create("vnpbuf", nvnpbufs);
/freebsd-13-stable/sys/kern/
H A Dvfs_cluster.c86 cluster_pbuf_zone = pbuf_zsecond_create("clpbuf", nswbuf / 2);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1088 ncl_pbuf_zone = pbuf_zsecond_create("nfspbuf", nswbuf / 2);
/freebsd-13-stable/sys/dev/md/
H A Dmd.c2068 md_pbuf_zone = pbuf_zsecond_create("mdpbuf", nswbuf / 10);

Completed in 110 milliseconds