Home
last modified time | relevance | path

Searched refs:zthr_create (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzthr.h40 extern zthr_t *zthr_create(zthr_checkfunc_t checkfunc,
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c214 zthr_create(zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg) in zthr_create() function
H A Dvdev_indirect.c860 spa->spa_condense_zthr = zthr_create(spa_condense_indirect_thread_check, in spa_start_indirect_condensing_thread()
H A Dspa.c2246 zthr_create(spa_checkpoint_discard_thread_check, in spa_spawn_aux_threads()