vfs_bio.c | 272 static pool_cache_t bufio_cache; variable in typeref:typename:pool_cache_t 503 bufio_cache = pool_cache_init(sizeof(buf_t), 0, 0, 0, 2044 bp = pool_cache_get(bufio_cache, (waitok ? PR_WAITOK : PR_NOWAIT)); 2064 pool_cache_put(bufio_cache, bp);
|