Searched refs:stids_in_use (Results 1 – 4 of 4) sorted by relevance
113 t->stids_in_use = 0; in alloc_stid_tab()123 KASSERT(t->stids_in_use == 0, in free_stid_tab()124 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_stid_tab()212 MPASS(t->stids_in_use <= t->nstids); in alloc_stid()213 if (n > t->nstids - t->stids_in_use || t->stid_tab_stopped) { in alloc_stid()279 t->stids_in_use += n; in alloc_stid()311 MPASS(t->stids_in_use <= t->nstids); in free_stid()312 MPASS(t->stids_in_use >= n); in free_stid()323 t->stids_in_use -= n; in free_stid()
2188 if (atomic_load_int(&t->stids_in_use) > 0) in t4_tom_stop()
139 u_int stids_in_use; member
11648 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()