Searched refs:ZS_MAX_ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
135 #define ZS_MAX_ALLOC_SIZE PAGE_SIZE macro1078 area->vm_buf = kmalloc(ZS_MAX_ALLOC_SIZE, GFP_KERNEL); in __zs_cpu_up()1215 nr = (ZS_MAX_ALLOC_SIZE - ZS_MIN_ALLOC_SIZE) / ZS_SIZE_CLASS_DELTA + 1; in init_zs_size_classes()1216 if ((ZS_MAX_ALLOC_SIZE - ZS_MIN_ALLOC_SIZE) % ZS_SIZE_CLASS_DELTA) in init_zs_size_classes()1397 if (unlikely(!size || size > ZS_MAX_ALLOC_SIZE)) in zs_malloc()1921 if (size > ZS_MAX_ALLOC_SIZE) in zs_create_pool()1922 size = ZS_MAX_ALLOC_SIZE; in zs_create_pool()