Home
last modified time | relevance | path

Searched refs:memstress_alloc_bitmaps (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dmemstress.h80 unsigned long **memstress_alloc_bitmaps(int slots, uint64_t pages_per_slot);
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c111 bitmaps = memstress_alloc_bitmaps(SLOTS, pages_per_slot); in run_test()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dmemstress.c373 unsigned long **memstress_alloc_bitmaps(int slots, uint64_t pages_per_slot) in memstress_alloc_bitmaps() function
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c168 bitmaps = memstress_alloc_bitmaps(p->slots, pages_per_slot); in run_test()