thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
2000-01-05 16:28:39 +00:00
1999-09-29 17:40:18 +00:00
1999-09-29 17:45:22 +00:00
1999-09-29 17:45:22 +00:00
2000-02-12 19:05:55 +00:00