Searched refs:zthr (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 385 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 D | vdev_indirect.c | 595 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 D | zthr.c | 199 struct zthr { struct
|
| H A D | vdev_raidz.c | 4834 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 D | arc.c | 4809 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 D | zthr.h | 24 typedef struct zthr zthr_t;
|
| H A D | dsl_dir.h | 46 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 | 195 module/zfs/zthr.c
|
| /freebsd/cddl/lib/libzpool/ |
| H A D | Makefile | 208 zthr.c
|
| /freebsd/sys/modules/zfs/ |
| H A D | Makefile | 359 zthr.c \
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 383 zthr.c \
|
| H A D | Kbuild.in | 430 zthr.o \
|
| /freebsd/sys/conf/ |
| H A D | files | 384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"
|