Home
last modified time | relevance | path

Searched refs:u64s (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Drequest.c90 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 Dbset.h558 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
H A Dbset.c131 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()