Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dvm_stress.cpp59 bool is_file; member
573 bool is_file, bool slow_paging) in create_source() argument
575 if (is_file) { in create_source()
1017 …uint32_t num_objects, uint64_t obj_size, MappingPolicy policy, bool is_file, bool is_cow, bool slo… in create_objects() argument
1021 if (o.create_source(is_file, slow_paging) == 0) { in create_objects()
1201 …fully = memory.create_objects(tp.num_objects, tp.obj_size, tp.policy, tp.is_file, tp.is_cow, tp.sl… in run_test()
1328 bool is_file = strtoul(argv[6], NULL, 0); variable
1337 .is_file = is_file,
1352 .is_file = true,
1367 .is_file = true,
[all …]