aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/arc.h
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-08-17 16:04:28 -0700
committerGitHub <[email protected]>2020-08-17 16:04:28 -0700
commit994de7e4b748465f175b7cc48995b5c44adf2200 (patch)
tree547497961283a5cc334fb57d8a2794c4b9aa226c /include/sys/arc.h
parent3df0c2fa32a37fbb95f32de20e737fdf65ec0f5b (diff)
Remove KMC_KMEM and KMC_VMEM
`KMC_KMEM` and `KMC_VMEM` are now unused since all SPL-implemented caches are `KMC_KVMEM`. KMC_KMEM: Given the default value of `spl_kmem_cache_kmem_limit`, we don't use kmalloc to back the SPL caches, instead we use kvmalloc (KMC_KVMEM). The flag, module parameter, /proc entries, and associated code are removed. KMC_VMEM: This flag is not used, and kvmalloc() is always preferable to vmalloc(). The flag, /proc entries, and associated code are removed. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #10673
Diffstat (limited to 'include/sys/arc.h')
0 files changed, 0 insertions, 0 deletions