Searched defs:zthr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 197 struct zthr { struct 199 kthread_t *zthr_thread; argument 202 kmutex_t zthr_state_lock; argument 205 kmutex_t zthr_request_lock; argument 208 kcondvar_t zthr_cv; argument 211 boolean_t zthr_cancel; argument 214 boolean_t zthr_haswaiters; argument 215 kcondvar_t zthr_wait_cv; argument 225 zthr_func_t *zthr_func; argument 226 void *zthr_arg; argument [all …]
|
| H A D | spa_checkpoint.c | 384 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check() 398 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread()
|
| H A D | vdev_indirect.c | 594 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() 642 spa_condense_indirect_thread_check(void *arg, zthr_t *zthr) in spa_condense_indirect_thread_check() 651 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread()
|
| H A D | arc.c | 4884 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() 4927 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() 4967 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() 5014 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb()
|