Searched refs:tsdpsz (Results 1 – 2 of 2) sorted by relevance
153 int tsdpsz; in get_tsdptbl() local173 tsdpsz = tsadmin.ts_ndpents * sizeof (tsdpent_t); in get_tsdptbl()174 if ((ts_dptbl = (tsdpent_t *)malloc(tsdpsz)) == NULL) in get_tsdptbl()
386 size_t tsdpsz; in ts_admin() local405 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()[all …]