aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_pagequeue.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-08-23 21:03:45 +0000
committerMark Johnston <markj@FreeBSD.org>2018-08-23 21:03:45 +0000
commit899fe184c718ba810aaacc7fc3852149f409388f (patch)
treeab523cb3ec9a0603f3aef72942405b9e793f55f6 /sys/vm/vm_pagequeue.h
parent0568fefeea3645098d84cef3cfcb86c73ac04ff6 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_pagequeue.h')
-rw-r--r--sys/vm/vm_pagequeue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_pagequeue.h b/sys/vm/vm_pagequeue.h
index fb56bdf2fdfc..ac04f2b3ea61 100644
--- a/sys/vm/vm_pagequeue.h
+++ b/sys/vm/vm_pagequeue.h
@@ -71,6 +71,7 @@ struct vm_pagequeue {
struct pglist pq_pl;
int pq_cnt;
const char * const pq_name;
+ uint64_t pq_pdpages;
} __aligned(CACHE_LINE_SIZE);
#ifndef VM_BATCHQUEUE_SIZE