Searched refs:u64s (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, in bch_keylist_realloc() argument 94 size_t newsize = oldsize + u64s; in bch_keylist_realloc() 105 return __bch_keylist_realloc(l, u64s); in bch_keylist_realloc()
|
H A D | bset.h | 550 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
|
H A D | bset.c | 131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc() argument 134 size_t newsize = oldsize + u64s; in __bch_keylist_realloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | request.c | 90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, in bch_keylist_realloc() argument 94 size_t newsize = oldsize + u64s; in bch_keylist_realloc() 105 return __bch_keylist_realloc(l, u64s); in bch_keylist_realloc()
|
H A D | bset.h | 550 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
|
H A D | bset.c | 131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc() argument 134 size_t newsize = oldsize + u64s; in __bch_keylist_realloc()
|
Completed in 10 milliseconds