Searched refs:afree (Results 1 – 2 of 2) sorted by relevance
144 union aopen_entry *afree; member
4093 t->afree = t->atid_tab; in t4_init_atid_table()4150 if (t->afree && !t->atid_alloc_stopped) { in alloc_atid()4151 union aopen_entry *p = t->afree; in alloc_atid()4155 t->afree = p->next; in alloc_atid()4178 p->next = t->afree; in free_atid()4179 t->afree = p; in free_atid()