Home
last modified time | relevance | path

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

/drivers/staging/zcache/
Dzbud.c254 static inline unsigned zbud_max_size(void) in zbud_max_size() function
261 BUG_ON(size == 0 || size > zbud_max_size()); in zbud_size_to_chunks()
271 BUG_ON(size == 0 || size > zbud_max_size()); in zbud_data()
539 return zbud_max_size() - sizeof(struct tmem_handle); in zbud_max_buddy_size()
793 BUG_ON(size == 0 || size > zbud_max_size()); in zbud_decompress()
834 BUG_ON(size == 0 || size > zbud_max_size()); in zbud_copy_from_zbud()
875 BUG_ON(size == 0 || size > zbud_max_size()); in zbud_copy_to_zbud()