Home
last modified time | relevance | path

Searched refs:spa_trim_thread (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtrim_map.c586 if (spa->spa_trim_thread == NULL) { in trim_thread()
587 spa->spa_trim_thread = curthread; in trim_thread()
617 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
628 if (spa->spa_trim_thread == NULL) in trim_thread_destroy()
633 spa->spa_trim_thread = NULL; in trim_thread_destroy()
636 while (spa->spa_trim_thread == NULL) in trim_thread_destroy()
638 spa->spa_trim_thread = NULL; in trim_thread_destroy()
651 if (spa->spa_trim_thread == NULL) in trim_thread_wakeup()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h256 kthread_t *spa_trim_thread; /* thread sending TRIM I/Os */ member