Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dsysdc.c441 kthread_t *const t = sdc->sdc_thread; in sysdc_update_times()
563 kthread_t *const t = sdc->sdc_thread; in sysdc_compute_pri()
655 kthread_t *t = sdc->sdc_thread; in sysdc_update_pri()
675 kthread_t *t = sdc->sdc_thread; in sysdc_activate()
755 kthread_t *const t = sdc->sdc_thread; in sysdc_update()
969 sdc->sdc_thread = t; in sysdc_enterclass()
1030 sdc->sdc_thread = NULL; in sysdc_leave()
/titanic_41/usr/src/uts/common/sys/
H A Dsysdc_impl.h74 struct _kthread *sdc_thread; /* back-pointer, or NULL if freeable */ member