Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c152 size_t trigger_allocation_size; in test_no_kmem_bypass() local
177 trigger_allocation_size = sys_info.totalram / 20; in test_no_kmem_bypass()
201 char *trigger_allocation = malloc(trigger_allocation_size); in test_no_kmem_bypass()
205 for (int i = 0; i < trigger_allocation_size; i += 4095) in test_no_kmem_bypass()