Martin Pieuchot wrote: > I'd like to force a yield() for every pool_get(9) using PR_WAITOK, just > like we do with malloc(9), in order to ensure that the NET_LOCK() is not > held across context switches. > > ok?
Is there an assertwaitok() missing? Indeed there is. I think that should be added, like in malloc.
