Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzthr.c200 kthread_t *zthr_thread; member
240 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure()
266 t->zthr_thread = NULL; in zthr_procedure()
318 VERIFY3P(t->zthr_thread, ==, NULL); in zthr_destroy()
386 if (t->zthr_thread != NULL) { in zthr_cancel()
392 while (t->zthr_thread != NULL) in zthr_cancel()
429 if (t->zthr_thread == NULL) { in zthr_resume()
452 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled()
475 return (t->zthr_thread == curthread); in zthr_iscurthread()
509 if (t->zthr_thread != NULL) { in zthr_wait_cycle_done()
[all …]