danmcd requested changes on this pull request.
-/* number of milliseconds before attempting a kmem-cache-reap */ -static int arc_kmem_cache_reap_retry_ms = 1000; +/* + * Minimum time between calls to arc_kmem_reap_now(). Note that this will s/now/soon/ > @@ -284,10 +285,11 @@ boolean_t arc_watch = B_FALSE; int arc_procfd; #endif -static kmutex_t arc_reclaim_lock; -static kcondvar_t arc_reclaim_thread_cv; -static boolean_t arc_reclaim_thread_exit; -static kcondvar_t arc_reclaim_waiters_cv; +static zthr_t *arc_reap_zthr; Use/modify text from the bug report to state here what these two zthreads do. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/590#pullrequestreview-104590055 ------------------------------------------ openzfs: openzfs-developer Permalink: https://openzfs.topicbox.com/groups/developer/discussions/T9a4d185b31cf8b80-Mf7f128587990251d5ffeda45 Delivery options: https://openzfs.topicbox.com/groups
