Searched refs:pages_huge (Results 1 – 4 of 4) sorted by relevance
15 assert_b_ne(pages_huge(hugepage, HUGEPAGE), have_madvise_huge, in TEST_BEGIN()
81 bool pages_huge(void *addr, size_t size);
169 pages_huge(block, block->size); in base_auto_thp_switch()281 pages_huge(addr, block_size); in base_block_alloc()288 pages_huge(addr, block_size); in base_block_alloc()
331 pages_huge(void *addr, size_t size) { in pages_huge() function