Searched refs:zthr (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_checkpoint.c | 384 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()
|
H A D | vdev_indirect.c | 594 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument 611 if (zthr_iscancelled(zthr)) { in spa_condense_indirect_generate_new_mapping() 641 spa_condense_indirect_thread_check(void *arg, zthr_t *zthr) in spa_condense_indirect_thread_check() argument 643 (void) zthr; in spa_condense_indirect_thread_check() 650 spa_condense_indirect_thread(void *arg, zthr_t *zthr) in spa_condense_indirect_thread() argument 734 start_index, zthr); in spa_condense_indirect_thread() 744 if (zthr_iscancelled(zthr)) in spa_condense_indirect_thread()
|
H A D | zthr.c | 198 struct zthr { struct
|
H A D | vdev_raidz.c | 4482 spa_raidz_expand_thread_check(void *arg, zthr_t *zthr) in spa_raidz_expand_thread_check() argument 4484 (void) zthr; in spa_raidz_expand_thread_check() 4497 spa_raidz_expand_thread(void *arg, zthr_t *zthr) in spa_raidz_expand_thread() argument 4530 !zthr_iscancelled(zthr) && in spa_raidz_expand_thread() 4590 while (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread() 4613 vre->vre_bytes_copied && !zthr_iscancelled(zthr)) { in spa_raidz_expand_thread() 4676 if (!zthr_iscancelled(zthr) && in spa_raidz_expand_thread()
|
H A D | arc.c | 4617 arc_evict_cb_check(void *arg, zthr_t *zthr) in arc_evict_cb_check() argument 4619 (void) arg, (void) zthr; in arc_evict_cb_check() 4670 arc_evict_cb(void *arg, zthr_t *zthr) in arc_evict_cb() argument 4702 arc_evict_needed = !zthr_iscancelled(zthr) && in arc_evict_cb() 4721 arc_reap_cb_check(void *arg, zthr_t *zthr) in arc_reap_cb_check() argument 4723 (void) arg, (void) zthr; in arc_reap_cb_check() 4769 arc_reap_cb(void *arg, zthr_t *zthr) in arc_reap_cb() argument 4773 (void) arg, (void) zthr; in arc_reap_cb()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zthr.h | 23 typedef struct zthr zthr_t;
|
H A D | dsl_dir.h | 45 struct zthr;
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ |
H A D | Makefile.files | 157 zthr.o
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | Makefile.am | 154 sys/zthr.h \
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | Makefile.am | 194 module/zfs/zthr.c
|
/freebsd/cddl/lib/libzpool/ |
H A D | Makefile | 206 zthr.c
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Makefile.bsd | 368 zthr.c \
|
H A D | Kbuild.in | 436 zthr.o \
|
/freebsd/sys/modules/zfs/ |
H A D | Makefile | 354 zthr.c \
|
/freebsd/sys/conf/ |
H A D | files | 383 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"
|