Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dzone.h478 kthread_t *zone_kthreads; /* kernel threads in zone */ member
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c3267 ASSERT(!(zone->zone_kthreads == NULL && in zthread_create()
3276 if (zone->zone_kthreads == NULL) { in zthread_create()
3279 kthread_t *tx = zone->zone_kthreads; in zthread_create()
3286 zone->zone_kthreads = t; in zthread_create()
3345 zone->zone_kthreads = NULL; in zthread_exit()
3356 if (zone->zone_kthreads == t) in zthread_exit()
3357 zone->zone_kthreads = t->t_forw; in zthread_exit()
4616 if (zone->zone_kthreads == NULL) { in zone_shutdown()
4670 if (zone->zone_kthreads == NULL && zone_status_get(zone) < ZONE_IS_DOWN) in zone_shutdown()