Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dts.c161 tsproc_t *headp = &ts_plisthead[index]; \
230 static void ts_change_priority(kthread_t *, tsproc_t *);
235 static tsproc_t ts_plisthead[TS_LISTS]; /* dummy tsproc at head of lists */
547 tsproc_t *tspp; in ts_enterclass()
553 tspp = (tsproc_t *)bufp; in ts_enterclass()
665 tsproc_t *tspp = (tsproc_t *)procp; in ts_exitclass()
669 kmem_free(tspp, sizeof (tsproc_t)); in ts_exitclass()
685 tsproc_t *ptspp; /* ptr to parent's tsproc structure */ in ts_fork()
686 tsproc_t *ctspp; /* ptr to child's tsproc structure */ in ts_fork()
690 ctspp = (tsproc_t *)bufp; in ts_fork()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dts.h81 } tsproc_t; typedef