Home
last modified time | relevance | path

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

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dcore-smart.c500 if (g_opt_flags & OPT_FLAGS_SMART) { in stress_smart_start()
515 if (g_opt_flags & OPT_FLAGS_SMART) { in stress_smart_stop()
H A Dstress-ng.c81 { OPT_smart, OPT_FLAGS_SMART },
H A Dstress-ng.h962 #define OPT_FLAGS_SMART STRESS_BIT_ULL(40) /* --smart */ macro