Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_stress.cpp1058 op_status_counters[op_idx].success++; in run_op_on_all_mappings()
1060 op_status_counters[op_idx].fail++; in run_op_on_all_mappings()
1123 op_status_counters.emplace_back(0, 0); in start_ops()
1158 …7d :|: fails: %7d", Mapping::ops[i].second.c_str(), op_status_counters[i].success, op_status_count… in print_op_counts()
1191 static inline std::vector<struct status_counters> op_status_counters; member in Memory