Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/bcache/
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()
Dbset.h550 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
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()