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

/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dts.c192 static int ts_parmsset(kthread_t *, void *, id_t, cred_t *);
258 ts_parmsset,
1153 * ts_parmsset() is called for TS threads, and ia_parmsset() is
1158 ts_parmsset(kthread_t *tx, void *parmsp, id_t reqpcid, cred_t *reqpcredp) function
1246 return (ts_parmsset(tx, parmsp, reqpcid, reqpcredp));
1320 return (ts_parmsset(tx, parmsp, reqpcid, reqpcredp));
2123 * Call ts_parmsset even if thread is interactive since we're
2126 (void) ts_parmsset(t, (void *)&tsparms, (id_t)0, (cred_t *)NULL);
2129 * Although ts_parmsset already reset ts_nice it may
2131 * because ts_parmsset determine
[all...]

Completed in 26 milliseconds