Searched refs:ALIGN_UP (Results 1 – 1 of 1) sorted by relevance
55 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro57 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))781 size = ALIGN_UP(size, HPAGE_SIZE * 2); in malloc_pkey_anon_huge()851 size = ALIGN_UP(size, HPAGE_SIZE * 2); in malloc_pkey_hugetlb()