Lines Matching refs:bpool
104 struct bpool { struct
127 static struct bpool * argument
136 struct bpool *bp; in bpool_init()
156 total_size = sizeof(struct bpool) + in bpool_init()
166 bp = (struct bpool *)p; in bpool_init()
170 bp->slabs = (u64 **)&p[sizeof(struct bpool)]; in bpool_init()
171 bp->slabs_reserved = (u64 **)&p[sizeof(struct bpool) + in bpool_init()
173 bp->buffers = (u64 *)&p[sizeof(struct bpool) + in bpool_init()
175 bp->buffers_reserved = (u64 *)&p[sizeof(struct bpool) + in bpool_init()
233 bpool_free(struct bpool *bp) in bpool_free()
245 struct bpool *bp;
257 struct bpool *bp = bc->bp; in bcache_slab_size()
263 bcache_init(struct bpool *bp) in bcache_init()
293 struct bpool *bp; in bcache_free()
320 struct bpool *bp = bc->bp; in bcache_cons_check()
372 struct bpool *bp = bc->bp; in bcache_prod()
434 struct bpool *bp;
750 static struct bpool *bp;