Searched refs:stids_in_use (Results 1 – 7 of 7) sorted by relevance
89 u_int stids_in_use; member
7469 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
75 unsigned int stids_in_use; member
116 t->stids_in_use = t->atids_in_use = 0; in alloc_tid_tabs()
69 t->stids_in_use++; in alloc_stid()83 t->stids_in_use--; in free_stid()
106 if (n > t->nstids - t->stids_in_use) { in alloc_stid()149 t->stids_in_use += n; in alloc_stid()181 KASSERT(t->stids_in_use >= sr->used, in free_stid()183 t->stids_in_use, sr->used)); in free_stid()184 t->stids_in_use -= sr->used; in free_stid()
667 t->stids_in_use = 0; in alloc_tid_tabs()683 KASSERT(t->stids_in_use == 0, in free_tid_tabs()684 ("%s: %d tids still in use.", __func__, t->stids_in_use)); in free_tid_tabs()