Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa_checkpoint.c384 spa_checkpoint_discard_thread_check(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread_check() argument
386 (void) zthr; in spa_checkpoint_discard_thread_check()
399 spa_checkpoint_discard_thread(void *arg, zthr_t *zthr) in spa_checkpoint_discard_thread() argument
412 if (zthr_iscancelled(zthr)) in spa_checkpoint_discard_thread()
HDvdev_indirect.c593 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument
610 if (zthr_iscancelled(zthr)) { in spa_condense_indirect_generate_new_mapping()
640 spa_condense_indirect_thread_check(void *arg, zthr_t *zthr) in spa_condense_indirect_thread_check() argument
642 (void) zthr; in spa_condense_indirect_thread_check()
649 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread() argument
733 start_index, zthr); in spa_condense_indirect_thread()
743 if (zthr_iscancelled(zthr)) in spa_condense_indirect_thread()
HDzthr.c198 struct zthr { struct
HDarc.c4480 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() argument
4482 (void) arg, (void) zthr; in arc_evict_cb_check()
4533 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() argument
4535 (void) arg, (void) zthr; in arc_evict_cb()
4580 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() argument
4582 (void) arg, (void) zthr; in arc_reap_cb_check()
4628 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb() argument
4630 (void) arg, (void) zthr; in arc_reap_cb()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzthr.h23 typedef struct zthr zthr_t;
HDdsl_dir.h45 struct zthr;
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/
HDMakefile.files157 zthr.o
/freebsd-14-stable/sys/contrib/openzfs/include/
HDMakefile.am154 sys/zthr.h \
/freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/
HDMakefile.am191 module/zfs/zthr.c
/freebsd-14-stable/sys/modules/zfs/
HDMakefile353 zthr.c \
/freebsd-14-stable/sys/contrib/openzfs/module/
HDMakefile.bsd367 zthr.c \
HDKbuild.in437 zthr.o \
/freebsd-14-stable/sys/conf/
HDfiles379 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"