Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c719 ktime_t ttotal, tmax; in amdgpu_ctx_mgr_fence_usage() local
725 amdgpu_ctx_fence_time(ctx, centity, &ttotal, &tmax); in amdgpu_ctx_mgr_fence_usage()
730 if (AMDGPU_CTX_FENCE_USAGE_MIN_RATIO(tmax, ttotal)) in amdgpu_ctx_mgr_fence_usage()
733 total = ktime_add(total, ttotal); in amdgpu_ctx_mgr_fence_usage()