Home
last modified time | relevance | path

Searched refs:buf_zone (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_bio.c394 uma_zone_t buf_zone; variable
1256 buf_zone = uma_zcache_create("buf free cache", in bufinit()
1587 uma_zfree(buf_zone, bp); in buf_free()
1661 bp = uma_zalloc(buf_zone, M_NOWAIT); in buf_alloc()