Lines Matching defs:bcache
244 struct bcache {
255 bcache_slab_size(struct bcache *bc)
262 static struct bcache *
265 struct bcache *bc;
267 bc = calloc(1, sizeof(struct bcache));
291 bcache_free(struct bcache *bc)
318 bcache_cons_check(struct bcache *bc, u32 n_buffers)
359 bcache_cons(struct bcache *bc)
370 bcache_prod(struct bcache *bc, u64 buffer)
442 struct bcache *bc;
489 /* bcache. */