RUNTIME
sev, RUNTIME, NONSTD_SEC_LEN,
section->info.error_type = RUNTIME;
CPER_SEV_FATAL, RUNTIME, NONSTD_SEC_LEN,
section->info.error_type = RUNTIME;
static const guid_t RUNTIME = AMD_GPU_NONSTANDARD_ERROR;
runtime->descriptor.error_type = RUNTIME;
fill_section_descriptor(ras_core, descriptor, sev, RUNTIME,
static const struct ras_cper_guid RUNTIME = GPU__NONSTANDARD_ERROR;
#define GET_PRI_TO_USE(MIN, MAX, RUNTIME) \
MIN + PRI_TOLERANCE : RUNTIME)
TEST_F_TIMEOUT(migration, private_anon, 2*RUNTIME)
TEST_F_TIMEOUT(migration, shared_anon, 2*RUNTIME)
TEST_F_TIMEOUT(migration, private_anon_thp, 2*RUNTIME)
TEST_F_TIMEOUT(migration, shared_anon_thp, 2*RUNTIME)
TEST_F_TIMEOUT(migration, private_anon_htlb, 2*RUNTIME)
TEST_F_TIMEOUT(migration, shared_anon_htlb, 2*RUNTIME)
if (ts2.tv_sec - ts1.tv_sec >= RUNTIME)
.timeout = RUNTIME,