Home
last modified time | relevance | path

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

/tools/testing/selftests/vm/
Dmlock-random-test.c23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
190 if (locked_vm_size > PAGE_ALIGN(alloc_size, page_size) + page_size) { in test_mlock_within_limit()
/tools/virtio/linux/
Dkernel.h24 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro