Searched defs:zthr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 198 struct zthr { struct 200 kthread_t *zthr_thread; argument 203 kmutex_t zthr_state_lock; argument 206 kmutex_t zthr_request_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 222 hrtime_t zthr_sleep_timeout; argument 225 pri_t zthr_pri; 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() argument 399 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread() argument
|
H A D | vdev_indirect.c | 593 spa_condense_indirect_generate_new_mapping(vdev_t * vd,uint32_t * obsolete_counts,uint64_t start_index,zthr_t * zthr) spa_condense_indirect_generate_new_mapping() argument 640 spa_condense_indirect_thread_check(void * arg,zthr_t * zthr) spa_condense_indirect_thread_check() argument 649 spa_condense_indirect_thread(void * arg,zthr_t * zthr) spa_condense_indirect_thread() argument
|
H A D | arc.c | 4479 arc_evict_cb_check(void * arg,zthr_t * zthr) arc_evict_cb_check() argument 4532 arc_evict_cb(void * arg,zthr_t * zthr) arc_evict_cb() argument 4583 arc_reap_cb_check(void * arg,zthr_t * zthr) arc_reap_cb_check() argument 4631 arc_reap_cb(void * arg,zthr_t * zthr) arc_reap_cb() argument [all...] |
H A D | vdev_raidz.c | 4386 spa_raidz_expand_thread_check(void * arg,zthr_t * zthr) spa_raidz_expand_thread_check() argument 4401 spa_raidz_expand_thread(void * arg,zthr_t * zthr) spa_raidz_expand_thread() argument
|