Searched refs:zthr (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 375 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 D | vdev_indirect.c | 591 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 D | zthr.c | 195 struct zthr { struct
|
| H A D | vdev_raidz.c | 4938 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 D | arc.c | 4844 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 D | zthr.h | 20 typedef struct zthr zthr_t;
|
| H A D | dsl_dir.h | 36 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 | 151 sys/zthr.h \
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 200 module/zfs/zthr.c
|
| /freebsd/cddl/lib/libzpool/ |
| H A D | Makefile | 212 zthr.c
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 387 zthr.c \
|
| H A D | Kbuild.in | 455 zthr.o \
|
| /freebsd/sys/modules/zfs/ |
| H A D | Makefile | 359 zthr.c \
|
| /freebsd/sys/conf/ |
| H A D | files | 384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"
|