Searched refs:stid_tab (Results 1 – 6 of 6) sorted by relevance
101 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab); in alloc_tid_tabs()107 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in alloc_tid_tabs()108 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; in alloc_tid_tabs()126 t->stid_tab[nstids - 1].next = &t->stid_tab[nstids]; in alloc_tid_tabs()127 t->sfree = t->stid_tab; in alloc_tid_tabs()
53 union listen_entry *stid_tab; member172 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
66 stid = (p - t->stid_tab) + t->stid_base; in alloc_stid()
86 struct listen_ctx **stid_tab; member
606 t->nstids * sizeof(*t->stid_tab); in alloc_tid_tabs()621 t->stid_tab = (struct listen_ctx **)&t->atid_tab[t->natids]; in alloc_tid_tabs()
150 t->stid_tab[stid] = lctx; in alloc_stid()163 return (t->stid_tab[stid - t->stid_base]); in lookup_stid()