Searched refs:PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance
23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro190 if (locked_vm_size > PAGE_ALIGN(alloc_size, page_size) + page_size) { in test_mlock_within_limit()
24 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro