HomeSort by: relevance | last modified time | path
    Searched defs:bufio_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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);
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);

Completed in 36 milliseconds