re-introduce timeout-based re-requests for dbgi & fs layers; further adjust pre-emptive conversion heuristic

This commit is contained in:
Ryan Fleury
2024-11-14 09:29:01 -08:00
parent fa4f9621b0
commit ff45952f07
6 changed files with 26 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@ struct FS_RangeNode
Rng1U64 range;
U64 request_count;
U64 completion_count;
U64 last_time_requested_us;
};
typedef struct FS_RangeSlot FS_RangeSlot;