diff options
author | bde <bde@FreeBSD.org> | 2008-01-05 08:54:51 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2008-01-05 08:54:51 +0000 |
commit | cf4bbeccc5e179299e77b7cfef991f450bc9144c (patch) | |
tree | 66560bb1ad4722378a790bce3f53cd145def9001 /lib/libthr/thread/thr_spec.c | |
parent | 1e0f13faf70c050a4bc6b47ae28525d8e51f632f (diff) | |
download | FreeBSD-src-cf4bbeccc5e179299e77b7cfef991f450bc9144c.zip FreeBSD-src-cf4bbeccc5e179299e77b7cfef991f450bc9144c.tar.gz |
In sequential_heuristic():
- spell 16384 as 16384 and not as BKVASIZE. 16384 is (not quite) just a
magic size that works well in practice. BKVASIZE should be MAXBSIZE
(65536), but is 16384 because i386's don't have enough kva for it to
be MAXBSIZE; 16384 works (not so well) for it for much the same reasons
that it works well in the heuristic.
- expand and/or add comments about this and other details.
- don't explicitly inline this function.
- fix some other style bugs.
Diffstat (limited to 'lib/libthr/thread/thr_spec.c')
0 files changed, 0 insertions, 0 deletions