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

/illumos-gate/usr/src/cmd/dispadmin/
H A Drtdispadmin.c146 * Retrieve the current rt_dptbl from memory, convert the time quantum
157 rtdpent_t *rt_dptbl; local
170 fatalerr("%s: Can't get rt_dptbl size, priocntl system call "
174 if ((rt_dptbl = (rtdpent_t *)malloc(rtdpsz)) == NULL)
175 fatalerr("%s: Can't allocate memory for rt_dptbl\n", basenm);
177 rtadmin.rt_dpents = rt_dptbl;
181 fatalerr("%s: Can't get rt_dptbl, priocntl system call "
190 if (res != HZ && rt_dptbl[i].rt_quantum != RT_TQINF) {
192 hrtime.hrt_rem = rt_dptbl[i].rt_quantum;
197 if ((rt_dptbl[
224 rtdpent_t *rt_dptbl; local
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Drt.c104 rtdpent_t *rt_dptbl; /* real-time dispatcher parameter table */ variable
197 rt_dptbl = rt_getdptbl();
212 return (rt_dptbl[rt_maxpri].rt_globpri);
216 * Get or reset the rt_dptbl values per the user's request.
274 if (copyout(rt_dptbl, rtadmin.rt_dpents, userdpsz))
300 * the user exactly match the current rt_dptbl in size.
310 * being copied to the rt_dptbl.
330 * Copy the user supplied values over the current rt_dptbl
336 rt_dptbl[i].rt_quantum = tmpdpp[i].rt_quantum;
385 rtpp->rt_pquantum = rt_dptbl[
[all...]

Completed in 83 milliseconds