Searched refs:free_kse_count (Results 1 – 1 of 1) sorted by relevance
130 static int free_kse_count = 0; variable268 free_kse_count = 0; in _kse_single_thread()1336 if (free_kse_count <= MAX_CACHED_KSES) in kse_gc()1341 while (free_kse_count > MAX_CACHED_KSES) { in kse_gc()1345 free_kse_count--; in kse_gc()2212 if ((curthread != NULL) && (free_kse_count > 0)) { in _kse_alloc()2224 free_kse_count--; in _kse_alloc()2337 free_kse_count++; in kse_free_unlocked()