Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_bio.c221 static pool_cache_t bufio_cache; variable
484 bufio_cache = pool_cache_init(sizeof(buf_t), 0, 0, 0, in bufinit()
1904 bp = pool_cache_get(bufio_cache, (waitok ? PR_WAITOK : PR_NOWAIT)); in getiobuf()
1923 pool_cache_put(bufio_cache, bp); in putiobuf()