Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c160 tsproc_t *headp = &ts_plisthead[index]; \
229 static void ts_change_priority(kthread_t *, tsproc_t *);
234 static tsproc_t ts_plisthead[TS_LISTS]; /* dummy tsproc at head of lists */
546 tsproc_t *tspp; in ts_enterclass()
552 tspp = (tsproc_t *)bufp; in ts_enterclass()
664 tsproc_t *tspp = (tsproc_t *)procp; in ts_exitclass()
668 kmem_free(tspp, sizeof (tsproc_t)); in ts_exitclass()
684 tsproc_t *ptspp; /* ptr to parent's tsproc structure */ in ts_fork()
685 tsproc_t *ctspp; /* ptr to child's tsproc structure */ in ts_fork()
689 ctspp = (tsproc_t *)bufp; in ts_fork()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dts.h79 } tsproc_t; typedef