Searched defs:fx_dptbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dfxdispadmin.c149 * Retrieve the current fx_dptbl from memory, convert the time quantum
160 fxdpent_t *fx_dptbl; local
173 fatalerr("%s: Can't get fx_dptbl size, priocntl system call "
177 if ((fx_dptbl = (fxdpent_t *)malloc(fxdpsz)) == NULL)
178 fatalerr("%s: Can't allocate memory for fx_dptbl\n", basenm);
180 fxadmin.fx_dpents = fx_dptbl;
184 fatalerr("%s: Can't get fx_dptbl, priocntl system call "
193 if (res != HZ && fx_dptbl[i].fx_quantum != FX_TQINF) {
195 hrtime.hrt_rem = fx_dptbl[i].fx_quantum;
200 if ((fx_dptbl[
226 fxdpent_t *fx_dptbl; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c151 static fxdpent_t *fx_dptbl; /* fixed priority disp parameter table */ variable
275 fx_dptbl = fx_getdptbl();
277 fx_maxglobpri = fx_dptbl[fx_maxumdpri].fx_globpri;
298 * Get or reset the fx_dptbl values per the user's request.
353 if (copyout(fx_dptbl, fxadmin.fx_dpents, userdpsz))
380 * the user exactly match the current fx_dptbl in size.
392 * fx_dptbl.
417 * Copy the user supplied values over the current fx_dptbl
423 fx_dptbl[i].fx_quantum = tmpdpp[i].fx_quantum;
464 fxpp->fx_pquantum = fx_dptbl[fxp
[all...]

Completed in 66 milliseconds