bmilekic adf34d0448 When short of mbufs or mbuf clusters, we sleep on appropriate "counters."
The counters are incremented when a thread goes to sleep and decremented
either when a thread is woken up by another thread or when the sleep
times out. There existed a race where the sleep count could be decremented
twice resulting in an eventual underflow.
Move the decrementing of the "counters" to the thread initiating the sleep
and thus remedy the problem.
2001-01-20 21:29:10 +00:00
..
2000-12-08 20:09:00 +00:00
2001-01-16 01:00:43 +00:00
2001-01-08 07:22:06 +00:00
2001-01-01 23:09:53 +00:00
2000-12-31 23:12:20 +00:00
2000-12-28 12:17:35 +00:00
2000-12-13 19:51:07 +00:00
2001-01-19 10:48:35 +00:00
2001-01-02 11:51:55 +00:00
2000-12-08 20:09:00 +00:00
2000-12-09 09:35:55 +00:00
2000-12-09 09:35:55 +00:00