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

/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c301 size_t target_alloc_bytes; member in struct:no_kmem_bypass_child_args
310 allocation = malloc(values->target_alloc_bytes);
315 for (long i = 0; i < values->target_alloc_bytes; i += 4095)
361 values->target_alloc_bytes = (sys_info.totalram - min_free_kb_high * 1000) +

Completed in 100 milliseconds