Searched refs:u64s (Results 1 – 3 of 3) sorted by relevance
90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, in bch_keylist_realloc() argument94 size_t newsize = oldsize + u64s; in bch_keylist_realloc()105 return __bch_keylist_realloc(l, u64s); in bch_keylist_realloc()
550 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc() argument134 size_t newsize = oldsize + u64s; in __bch_keylist_realloc()