Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c375 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check() argument
377 (void) zthr; in spa_checkpoint_discard_thread_check()
390 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread() argument
403 if (zthr_iscancelled(zthr)) in spa_checkpoint_discard_thread()
H A Dvdev_indirect.c591 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument
608 if (zthr_iscancelled(zthr)) { in spa_condense_indirect_generate_new_mapping()
638 spa_condense_indirect_thread_check(void *arg, zthr_t *zthr) in spa_condense_indirect_thread_check() argument
640 (void) zthr; in spa_condense_indirect_thread_check()
647 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread() argument
731 start_index, zthr); in spa_condense_indirect_thread()
741 if (zthr_iscancelled(zthr)) in spa_condense_indirect_thread()
H A Dzthr.c195 struct zthr { struct
H A Dvdev_raidz.c4938 spa_raidz_expand_thread_check(void *arg, zthr_t *zthr) in spa_raidz_expand_thread_check() argument
4940 (void) zthr; in spa_raidz_expand_thread_check()
4953 spa_raidz_expand_thread(void *arg, zthr_t *zthr) in spa_raidz_expand_thread() argument
4986 !zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
5048 while (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
5071 vre->vre_bytes_copied && !zthr_iscancelled(zthr)) { in spa_raidz_expand_thread()
5135 if (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
H A Darc.c4844 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() argument
4846 (void) arg, (void) zthr; in arc_evict_cb_check()
4896 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() argument
4928 arc_evict_needed = !zthr_iscancelled(zthr) && in arc_evict_cb()
4947 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() argument
4949 (void) arg, (void) zthr; in arc_reap_cb_check()
4995 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb() argument
4999 (void) arg, (void) zthr; in arc_reap_cb()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzthr.h20 typedef struct zthr zthr_t;
H A Ddsl_dir.h36 struct zthr;
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files157 zthr.o
/freebsd/sys/contrib/openzfs/include/
H A DMakefile.am151 sys/zthr.h \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am200 module/zfs/zthr.c
/freebsd/cddl/lib/libzpool/
H A DMakefile212 zthr.c
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd387 zthr.c \
H A DKbuild.in455 zthr.o \
/freebsd/sys/modules/zfs/
H A DMakefile359 zthr.c \
/freebsd/sys/conf/
H A Dfiles384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"