Searched defs:fx_parmsset (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | fx.c | 181 static int fx_parmsset(kthread_t *, void *, id_t, cred_t *); 224 fx_parmsset, 1013 fx_parmsset(kthread_t *tx, void *parmsp, id_t reqpcid, cred_t *reqpcredp) function 1533 (void) fx_parmsset(t, (void *)&fxkparms, (id_t)0, (cred_t *)NULL); 1536 * Although fx_parmsset already reset fx_nice it may 1538 * because fx_parmsset determines the nice value from the 1582 return (fx_parmsset(t, (void *)&fxkparms, (id_t)0, cr));
|
Completed in 3634 milliseconds