diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2003-12-28 08:57:09 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2003-12-28 08:57:09 +0000 |
| commit | ddeb5b242e0c6d90043f2452f7cd45977359d0e7 (patch) | |
| tree | 2b62e31e3e0755c298f351a2378068e7e3db825a /sys/alpha | |
| parent | eb2cdcb127fb3bbb913cdc002f4b4e1d09aebec9 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/vm_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/vm_machdep.c b/sys/alpha/alpha/vm_machdep.c index 1d7484b83c90..da95586a238f 100644 --- a/sys/alpha/alpha/vm_machdep.c +++ b/sys/alpha/alpha/vm_machdep.c @@ -415,6 +415,7 @@ sf_buf_alloc(struct vm_page *m) mtx_lock(&sf_freelist.sf_lock); while ((sf = SLIST_FIRST(&sf_freelist.sf_head)) == NULL) { sf_buf_alloc_want++; + mbstat.sf_allocwait++; error = msleep(&sf_freelist, &sf_freelist.sf_lock, PVM|PCATCH, "sfbufa", 0); sf_buf_alloc_want--; |
