Home
last modified time | relevance | path

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

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-opcode.c223 static const stress_opcode_method_info_t stress_opcode_methods[] = { variable
239 for (info = stress_opcode_methods; info->func; info++) { in stress_set_opcode_method()
247 for (info = stress_opcode_methods; info->func; info++) { in stress_set_opcode_method()
265 const stress_opcode_method_info_t *opcode_method = &stress_opcode_methods[0]; in stress_opcode()