Lines Matching refs:tsdpsz
386 size_t tsdpsz; in ts_admin() local
405 tsdpsz = (ts_maxumdpri + 1) * sizeof (tsdpent_t); in ts_admin()
431 tsdpsz); in ts_admin()
464 if (tsadmin.ts_ndpents * sizeof (tsdpent_t) != tsdpsz) { in ts_admin()
473 tmpdpp = kmem_alloc(tsdpsz, KM_SLEEP); in ts_admin()
475 tsdpsz)) { in ts_admin()
476 kmem_free(tmpdpp, tsdpsz); in ts_admin()
490 kmem_free(tmpdpp, tsdpsz); in ts_admin()
495 kmem_free(tmpdpp, tsdpsz); in ts_admin()
500 kmem_free(tmpdpp, tsdpsz); in ts_admin()
504 kmem_free(tmpdpp, tsdpsz); in ts_admin()
509 kmem_free(tmpdpp, tsdpsz); in ts_admin()
528 kmem_free(tmpdpp, tsdpsz); in ts_admin()