diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-08-23 21:03:45 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-08-23 21:03:45 +0000 |
| commit | 899fe184c718ba810aaacc7fc3852149f409388f (patch) | |
| tree | ab523cb3ec9a0603f3aef72942405b9e793f55f6 /sys/vm/vm_pagequeue.h | |
| parent | 0568fefeea3645098d84cef3cfcb86c73ac04ff6 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_pagequeue.h')
| -rw-r--r-- | sys/vm/vm_pagequeue.h | 1 |
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 |
