Home
last modified time | relevance | path

Searched defs:zthr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzthr.c198 struct zthr { struct
200 kthread_t *zthr_thread; argument
203 kmutex_t zthr_state_lock; argument
209 kcondvar_t zthr_cv; argument
212 boolean_t zthr_cancel; argument
215 boolean_t zthr_haswaiters; argument
216 kcondvar_t zthr_wait_cv; argument
225 pri_t zthr_pri; argument
229 zthr_func_t *zthr_func; argument
230 void *zthr_arg; argument
[all …]
H A Dspa_checkpoint.c384 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check()
399 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread()
H A Dvdev_indirect.c593 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping()
640 spa_condense_indirect_thread_check(void *arg, zthr_t *zthr) in spa_condense_indirect_thread_check()
649 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread()
H A Darc.c4478 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check()
4531 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb()
4578 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check()
4626 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb()