Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Ddelayed-ref.c58 u64 avg_runtime; in btrfs_should_throttle_delayed_refs() local
62 avg_runtime = trans->fs_info->avg_delayed_ref_runtime; in btrfs_should_throttle_delayed_refs()
63 val = num_entries * avg_runtime; in btrfs_should_throttle_delayed_refs()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.h104 u64 avg_runtime; member
Di915_gpu_error.c506 ctx->total_runtime, ctx->avg_runtime); in error_print_context()
1396 e->avg_runtime = intel_context_get_avg_runtime_ns(rq->context); in record_context()