Searched refs:_T_NUM_ENTRIES (Results 1 – 2 of 2) sorted by relevance
54 for (i = 0; i < _T_NUM_ENTRIES; i++) { in _free_tsdbuf()62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in _free_tsdbuf()74 if ((uint_t)n >= _T_NUM_ENTRIES) { in tsdalloc()89 loc = lmalloc(_T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()
64 _T_NUM_ENTRIES /* this *must* be the last member */ enumerator