Searched refs:stids_in_use (Results 1 – 4 of 4) sorted by relevance
149 u_int stids_in_use; member
9048 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
111 if (n > t->nstids - t->stids_in_use) { in alloc_stid()154 t->stids_in_use += n; in alloc_stid()186 KASSERT(t->stids_in_use >= sr->used, in free_stid()188 t->stids_in_use, sr->used)); in free_stid()189 t->stids_in_use -= sr->used; in free_stid()
1334 t->stids_in_use = 0; in alloc_stid_tab()1345 KASSERT(t->stids_in_use == 0, in free_stid_tab()1346 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_stid_tab()