Symbol: RUNTIME
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
185
sev, RUNTIME, NONSTD_SEC_LEN,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
193
section->info.error_type = RUNTIME;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
218
CPER_SEV_FATAL_UNCORRECTED, RUNTIME, NONSTD_SEC_LEN,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
224
section->info.error_type = RUNTIME;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
33
static const guid_t RUNTIME = AMD_GPU_NONSTANDARD_ERROR;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
155
runtime->descriptor.error_type = RUNTIME;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
194
fill_section_descriptor(ras_core, descriptor, sev, RUNTIME,
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
34
static const struct ras_cper_guid RUNTIME = GPU__NONSTANDARD_ERROR;
drivers/net/wireless/ath/dfs_pri_detector.c
28
#define GET_PRI_TO_USE(MIN, MAX, RUNTIME) \
drivers/net/wireless/ath/dfs_pri_detector.c
30
MIN + PRI_TOLERANCE : RUNTIME)
tools/testing/selftests/mm/migration.c
122
if (ts2.tv_sec - ts1.tv_sec >= RUNTIME)
tools/testing/selftests/mm/migration.c
166
TEST_F_TIMEOUT(migration, private_anon, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
188
TEST_F_TIMEOUT(migration, shared_anon, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
220
TEST_F_TIMEOUT(migration, private_anon_thp, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
253
TEST_F_TIMEOUT(migration, shared_anon_thp, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
296
TEST_F_TIMEOUT(migration, private_anon_htlb, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
326
TEST_F_TIMEOUT(migration, shared_anon_htlb, 2*RUNTIME)
tools/testing/selftests/net/netfilter/connect_close.c
20
.timeout = RUNTIME,