Searched refs:zthr_thread (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 197 kthread_t *zthr_thread; member 237 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure() 263 t->zthr_thread = NULL; in zthr_procedure() 302 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer() 315 VERIFY0P(t->zthr_thread); in zthr_destroy() 383 if (t->zthr_thread != NULL) { in zthr_cancel() 389 while (t->zthr_thread != NULL) in zthr_cancel() 426 if (t->zthr_thread == NULL) { in zthr_resume() 427 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume() 449 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled() [all …]
|