From 76161a62dd157ec9c7692098356a439b408ced60 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 6 Sep 2017 20:42:42 +0200 Subject: kern/timer: add TODO entry about hash parameters --- kern/timer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kern/timer.c') diff --git a/kern/timer.c b/kern/timer.c index 57f1765f..c73a34a9 100644 --- a/kern/timer.c +++ b/kern/timer.c @@ -18,6 +18,8 @@ * This implementation is based on "Hashed and Hierarchical Timing Wheels: * Efficient Data Structures for Implementing a Timer Facility" by George * Varghese and Tony Lauck. Specifically, it implements scheme 6.1.2. + * + * TODO Analyse hash parameters. */ #include -- cgit v1.2.3