Symbol: RUNTIME
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
183
sev, RUNTIME, NONSTD_SEC_LEN,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
191
section->info.error_type = RUNTIME;
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
216
CPER_SEV_FATAL, RUNTIME, NONSTD_SEC_LEN,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
222
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
124
TEST_F_TIMEOUT(migration, private_anon, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
149
TEST_F_TIMEOUT(migration, shared_anon, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
184
TEST_F_TIMEOUT(migration, private_anon_thp, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
215
TEST_F_TIMEOUT(migration, shared_anon_thp, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
256
TEST_F_TIMEOUT(migration, private_anon_htlb, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
281
TEST_F_TIMEOUT(migration, shared_anon_htlb, 2*RUNTIME)
tools/testing/selftests/mm/migration.c
80
if (ts2.tv_sec - ts1.tv_sec >= RUNTIME)
tools/testing/selftests/net/netfilter/connect_close.c
20
.timeout = RUNTIME,