ha_get_env
static u64 ha_get_env(struct ha_monitor *ha_mon, enum envs env, u64 time_ns);
ha_get_env(ha_mon, i, time_ns));
passed = ha_get_env(ha_mon, env, time_ns);
passed = ha_get_env(ha_mon, env, time_ns);
res = ha_get_env(ha_mon, is_defer_nomiss, time_ns) == 1ull;
res = ha_get_env(ha_mon, is_constr_dl_nomiss, time_ns) == 1ull ||
ha_get_env(ha_mon, is_defer_nomiss, time_ns) == 1ull;
res = ha_get_env(ha_mon, irq_off_opid, time_ns) == 1ull;
res = ha_get_env(ha_mon, irq_off_opid, time_ns) == 1ull &&
ha_get_env(ha_mon, preempt_off_opid, time_ns) == 1ull;