OpenZFS restructuring - ARC memory pressure

Factor Linux specific memory pressure handling out of ARC.  Each
platform will have different available interfaces for managing memory
pressure.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9472
This commit is contained in:
Matthew Macy
2019-10-18 10:23:19 -07:00
committed by Brian Behlendorf
parent 4313a5b4c5
commit c9c9c1e213
5 changed files with 527 additions and 438 deletions
+1
View File
@@ -41,6 +41,7 @@ KERNEL_C = \
abd.c \
aggsum.c \
arc.c \
arc_os.c \
blkptr.c \
bplist.c \
bpobj.c \