Home
last modified time | relevance | path

Searched refs:arc_adjust_zthr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c325 static zthr_t *arc_adjust_zthr; variable
4507 zthr_wakeup(arc_adjust_zthr); in arc_reduce_target_size()
4747 arc_adjust_needed = !zthr_iscancelled(arc_adjust_zthr) && in arc_adjust_cb()
5008 zthr_wakeup(arc_adjust_zthr); in arc_get_data_impl()
7221 arc_adjust_zthr = zthr_create(arc_adjust_cb_check, in arc_init()
7258 (void) zthr_cancel(arc_adjust_zthr); in arc_fini()
7259 zthr_destroy(arc_adjust_zthr); in arc_fini()