Home
last modified time | relevance | path

Searched refs:totpages (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap08.c42 unsigned long totpages, chunk1, chunk2; in test_chunk_overcommit() local
47 totpages = SAFE_READ_MEMINFO(MEMINFO_HPAGE_FREE); in test_chunk_overcommit()
49 chunk1 = (totpages / 2) + 1; in test_chunk_overcommit()
50 chunk2 = totpages - chunk1 + 1; in test_chunk_overcommit()
53 "chunk1=%ld chunk2=%ld", totpages, chunk1, chunk2); in test_chunk_overcommit()

Completed in 1 milliseconds