Searched refs:avg_runtime (Results 1 – 1 of 1) sorted by relevance
2696 u64 avg_runtime; in btrfs_should_throttle_delayed_refs() local2700 avg_runtime = fs_info->avg_delayed_ref_runtime; in btrfs_should_throttle_delayed_refs()2701 val = num_entries * avg_runtime; in btrfs_should_throttle_delayed_refs()2702 if (num_entries * avg_runtime >= NSEC_PER_SEC) in btrfs_should_throttle_delayed_refs()