Searched refs:p9fs_buf_zone (Results 1 – 1 of 1) sorted by relevance
57 static uma_zone_t p9fs_buf_zone; variable112 fc = uma_zalloc(p9fs_buf_zone, M_WAITOK | M_ZERO); in p9_buffer_alloc()127 uma_zfree(p9fs_buf_zone, *buf); in p9_buffer_free()521 p9fs_buf_zone = uma_zcreate("p9fs buf zone", in p9_init_zones()532 uma_zdestroy(p9fs_buf_zone); in p9_destroy_zones()