Searched defs:zthr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 199 struct zthr { struct 201 kthread_t *zthr_thread; argument 204 kmutex_t zthr_state_lock; argument 207 kmutex_t zthr_request_lock; argument 210 kcondvar_t zthr_cv; argument 213 boolean_t zthr_cancel; argument 216 boolean_t zthr_haswaiters; argument 217 kcondvar_t zthr_wait_cv; argument 223 hrtime_t zthr_sleep_timeout; argument 226 pri_t zthr_pri; argument [all …]
|
H A D | spa_checkpoint.c | 385 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check() 400 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread()
|
H A D | vdev_indirect.c | 595 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 | 4796 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() 4849 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() 4900 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() 4948 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb()
|
H A D | vdev_raidz.c | 4518 spa_raidz_expand_thread_check(void *arg, zthr_t *zthr) in spa_raidz_expand_thread_check() 4533 spa_raidz_expand_thread(void *arg, zthr_t *zthr) in spa_raidz_expand_thread()
|