Home
last modified time | relevance | path

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

/linux/tools/bpf/runqslower/
H A Drunqslower.c
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c733 s64 min_us; in amdgpu_cs_get_threshold_for_moves()
739 min_us = bytes_to_us(adev, free_vram / 4); in amdgpu_cs_get_threshold_for_moves()
741 min_us = 0; /* Reset accum_us on APUs. */ in amdgpu_cs_get_threshold_for_moves()
743 adev->mm_stats.accum_us = max(min_us, adev->mm_stats.accum_us); in amdgpu_cs_get_threshold_for_moves()
740 s64 min_us; amdgpu_cs_get_threshold_for_moves() local
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c986 unsigned long min_us, max_us; relaxed_ms_sleep() local