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.c385 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check() argument
387 (void) zthr; in spa_checkpoint_discard_thread_check()
400 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread() argument
413 if (zthr_iscancelled(zthr)) in spa_checkpoint_discard_thread()
H A Dvdev_indirect.c595 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument
612 if (zthr_iscancelled(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() argument
644 (void) zthr; in spa_condense_indirect_thread_check()
651 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread() argument
735 start_index, zthr); in spa_condense_indirect_thread()
745 if (zthr_iscancelled(zthr)) in spa_condense_indirect_thread()
H A Dzthr.c199 struct zthr { struct
H A Dvdev_raidz.c4834 spa_raidz_expand_thread_check(void *arg, zthr_t *zthr) in spa_raidz_expand_thread_check() argument
4836 (void) zthr; in spa_raidz_expand_thread_check()
4849 spa_raidz_expand_thread(void *arg, zthr_t *zthr) in spa_raidz_expand_thread() argument
4882 !zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
4944 while (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
4967 vre->vre_bytes_copied && !zthr_iscancelled(zthr)) { in spa_raidz_expand_thread()
5031 if (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
H A Darc.c4809 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() argument
4811 (void) arg, (void) zthr; in arc_evict_cb_check()
4861 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() argument
4893 arc_evict_needed = !zthr_iscancelled(zthr) && in arc_evict_cb()
4912 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() argument
4914 (void) arg, (void) zthr; in arc_reap_cb_check()
4960 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb() argument
4964 (void) arg, (void) zthr; in arc_reap_cb()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzthr.h24 typedef struct zthr zthr_t;
H A Ddsl_dir.h46 struct zthr;
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files157 zthr.o
/freebsd/sys/contrib/openzfs/include/
H A DMakefile.am154 sys/zthr.h \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am195 module/zfs/zthr.c
/freebsd/cddl/lib/libzpool/
H A DMakefile208 zthr.c
/freebsd/sys/modules/zfs/
H A DMakefile359 zthr.c \
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd383 zthr.c \
H A DKbuild.in430 zthr.o \
/freebsd/sys/conf/
H A Dfiles384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"