| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: luoqi
|
|
|
|
|
|
|
| |
allocation function. With this patch, it prevents continous growth of
the devbuf memory pool.
Tested with ssh <host> dd of=/dev/null < /dev/zero and vmstat -m | grep devbuf
|
|
|
|
| |
an int. Do not printf() it as though it were.
|
|
|
|
|
|
|
|
|
| |
go looking for free fragments won't match. Since we never free this, we
can "throw away" the tag. This is very dirty, and needs to be reimplemented
properly, but fixes performance problems with uhci.
Also assert that when we overlay a structure on some space, that the
space is large enough for the structure.
|
|
Reviewed by: joe among others
|