Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Drequest.c100 static int bch_keylist_realloc(struct keylist *l, unsigned u64s, in bch_keylist_realloc() argument
104 size_t newsize = oldsize + u64s; in bch_keylist_realloc()
115 return __bch_keylist_realloc(l, u64s); in bch_keylist_realloc()
Dbset.c129 int __bch_keylist_realloc(struct keylist *l, unsigned u64s) in __bch_keylist_realloc() argument
132 size_t newsize = oldsize + u64s; in __bch_keylist_realloc()