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

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c138 * The tsproc_t structures are kept in an array of circular doubly linked
161 tsproc_t *headp = &ts_plisthead[index]; \
230 static void ts_change_priority(kthread_t *, tsproc_t *);
236 static tsproc_t ts_plisthead[TS_LISTS]; /* dummy tsproc at head of lists */
548 tsproc_t *tspp;
554 tspp = (tsproc_t *)bufp;
666 tsproc_t *tspp = (tsproc_t *)procp;
668 /* Remove tsproc_t structure from list */
670 kmem_free(tspp, sizeof (tsproc_t));
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dts.h80 } tsproc_t; typedef in typeref:struct:tsproc

Completed in 45 milliseconds