Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h526 kthread_t *zone_kthreads; /* kernel threads in zone */ member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c3599 ASSERT(!(zone->zone_kthreads == NULL && in zthread_create()
3608 if (zone->zone_kthreads == NULL) { in zthread_create()
3611 kthread_t *tx = zone->zone_kthreads; in zthread_create()
3618 zone->zone_kthreads = t; in zthread_create()
3677 zone->zone_kthreads = NULL; in zthread_exit()
3688 if (zone->zone_kthreads == t) in zthread_exit()
3689 zone->zone_kthreads = t->t_forw; in zthread_exit()
5020 if (zone->zone_kthreads == NULL) { in zone_shutdown()
5073 if (zone->zone_kthreads == NULL && zone_status_get(zone) < ZONE_IS_DOWN) in zone_shutdown()