aboutsummaryrefslogtreecommitdiff
path: root/include/sys/abd.h
diff options
context:
space:
mode:
authorMatthew Macy <mmacy@freebsd.org>2020-06-18 04:44:13 +0000
committerGitHub <noreply@github.com>2020-06-18 04:44:13 +0000
commit7564073ed6344c12e6bc4ffabd130522d937fb93 (patch)
treea4718c134d55297d537f8d79da6a6a82051d40cc /include/sys/abd.h
parent4458157beecdf892a596bf8a61a958ebc492f0b3 (diff)
downloadsrc-7564073ed6344c12e6bc4ffabd130522d937fb93.tar.gz
src-7564073ed6344c12e6bc4ffabd130522d937fb93.zip
Diffstat (limited to 'include/sys/abd.h')
-rw-r--r--include/sys/abd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/abd.h b/include/sys/abd.h
index dad048af5931..e9bd0e96f1fb 100644
--- a/include/sys/abd.h
+++ b/include/sys/abd.h
@@ -59,6 +59,7 @@ abd_t *abd_get_offset(abd_t *, size_t);
abd_t *abd_get_offset_size(abd_t *, size_t, size_t);
abd_t *abd_get_zeros(size_t);
abd_t *abd_get_from_buf(void *, size_t);
+void abd_cache_reap_now(void);
/*
* Conversion to and from a normal buffer