Searched refs:__bch_bucket_alloc_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 489 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in __bch_bucket_alloc_set() function 527 ret = __bch_bucket_alloc_set(c, reserve, k, wait); in bch_bucket_alloc_set()
|
H A D | bcache.h | 988 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
|
H A D | btree.c | 1106 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, wait)) in __bch_btree_node_alloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 488 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in __bch_bucket_alloc_set() function 526 ret = __bch_bucket_alloc_set(c, reserve, k, wait); in bch_bucket_alloc_set()
|
H A D | bcache.h | 987 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
|
H A D | btree.c | 1127 if (__bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, wait)) in __bch_btree_node_alloc()
|
Completed in 12 milliseconds