Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Drequest.c97 static int bch_keylist_realloc(struct keylist *l, unsigned u64s, in bch_keylist_realloc() argument
101 size_t newsize = oldsize + u64s; in bch_keylist_realloc()
112 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()