Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c180 kthread_t *zthr_thread; member
213 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure()
236 t->zthr_thread = NULL; in zthr_procedure()
270 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_create_timer()
282 VERIFY3P(t->zthr_thread, ==, NULL); in zthr_destroy()
349 if (t->zthr_thread != NULL) { in zthr_cancel()
355 while (t->zthr_thread != NULL) in zthr_cancel()
390 if (t->zthr_thread == NULL) { in zthr_resume()
391 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_resume()
413 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled()