Searched refs:ZS_MAX_ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
134 #define ZS_MAX_ALLOC_SIZE PAGE_SIZE macro150 #define ZS_SIZE_CLASSES (DIV_ROUND_UP(ZS_MAX_ALLOC_SIZE - ZS_MIN_ALLOC_SIZE, \1120 area->vm_buf = kmalloc(ZS_MAX_ALLOC_SIZE, GFP_KERNEL); in __zs_cpu_up()1420 if (unlikely(!size || size > ZS_MAX_ALLOC_SIZE)) in zs_malloc()2390 if (size > ZS_MAX_ALLOC_SIZE) in zs_create_pool()2391 size = ZS_MAX_ALLOC_SIZE; in zs_create_pool()