Searched refs:zthr_thread (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 201 kthread_t *zthr_thread; member 241 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure() 267 t->zthr_thread = NULL; in zthr_procedure() 306 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer() 319 VERIFY0P(t->zthr_thread); in zthr_destroy() 387 if (t->zthr_thread != NULL) { in zthr_cancel() 393 while (t->zthr_thread != NULL) in zthr_cancel() 430 if (t->zthr_thread == NULL) { in zthr_resume() 431 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume() 453 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled() [all …]
|