Home
last modified time | relevance | path

Searched refs:tmpdpp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c381 tsdpent_t *tmpdpp; in ts_admin() local
474 kmem_free(tmpdpp, tsdpsz); in ts_admin()
488 kmem_free(tmpdpp, tsdpsz); in ts_admin()
492 tmpdpp[i].ts_tqexp < 0) { in ts_admin()
493 kmem_free(tmpdpp, tsdpsz); in ts_admin()
497 tmpdpp[i].ts_slpret < 0) { in ts_admin()
498 kmem_free(tmpdpp, tsdpsz); in ts_admin()
502 kmem_free(tmpdpp, tsdpsz); in ts_admin()
506 tmpdpp[i].ts_lwait < 0) { in ts_admin()
507 kmem_free(tmpdpp, tsdpsz); in ts_admin()
[all …]
H A Drt.c223 rtdpent_t *tmpdpp; in rt_admin() local
312 tmpdpp = kmem_alloc(rtdpsz, KM_SLEEP); in rt_admin()
313 if (copyin(rtadmin.rt_dpents, tmpdpp, rtdpsz)) { in rt_admin()
314 kmem_free(tmpdpp, rtdpsz); in rt_admin()
322 if (tmpdpp[i].rt_quantum <= 0 && in rt_admin()
323 tmpdpp[i].rt_quantum != RT_TQINF) { in rt_admin()
324 kmem_free(tmpdpp, rtdpsz); in rt_admin()
336 rt_dptbl[i].rt_quantum = tmpdpp[i].rt_quantum; in rt_admin()
338 kmem_free(tmpdpp, rtdpsz); in rt_admin()
H A Dfx.c303 fxdpent_t *tmpdpp; in fx_admin() local
393 tmpdpp = kmem_alloc(fxdpsz, KM_SLEEP); in fx_admin()
394 if (copyin(fxadmin.fx_dpents, tmpdpp, fxdpsz)) { in fx_admin()
395 kmem_free(tmpdpp, fxdpsz); in fx_admin()
408 if (tmpdpp[i].fx_quantum <= 0 && in fx_admin()
409 tmpdpp[i].fx_quantum != FX_TQINF) { in fx_admin()
410 kmem_free(tmpdpp, fxdpsz); in fx_admin()
422 fx_dptbl[i].fx_quantum = tmpdpp[i].fx_quantum; in fx_admin()
425 kmem_free(tmpdpp, fxdpsz); in fx_admin()