Lines Matching defs:rt_dptbl
104 rtdpent_t *rt_dptbl; /* real-time dispatcher parameter table */
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[0].rt_quantum;
400 rtpp->rt_pquantum = rt_dptbl[rtpp->rt_pri].rt_quantum;
884 rt_dptbl[rtpp->rt_pri].rt_quantum;
931 return (rt_dptbl[rtprocp->rt_pri].rt_globpri);
1101 new_pri = rt_dptbl[rtpp->rt_pri].rt_globpri;