Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbcache.h243 DECLARE_ARRAY_ALLOCATOR(struct keybuf_key, freelist, KEYBUF_NR);
Dutil.h254 #define DECLARE_ARRAY_ALLOCATOR(type, name, size) \ macro