Searched refs:avg_runtime (Results 1 – 1 of 1) sorted by relevance
2800 u64 avg_runtime; in btrfs_should_throttle_delayed_refs() local2804 avg_runtime = fs_info->avg_delayed_ref_runtime; in btrfs_should_throttle_delayed_refs()2805 val = num_entries * avg_runtime; in btrfs_should_throttle_delayed_refs()2806 if (num_entries * avg_runtime >= NSEC_PER_SEC) in btrfs_should_throttle_delayed_refs()