Lines Matching defs:tid_info
105 struct tid_info { struct
106 void **tid_tab;
107 unsigned int tid_base;
108 unsigned int ntids;
110 struct serv_entry *stid_tab;
111 unsigned long *stid_bmap;
112 unsigned int nstids;
113 unsigned int stid_base;
115 unsigned int nhash;
116 unsigned int hash_base;
118 union aopen_entry *atid_tab;
119 unsigned int natids;
120 unsigned int atid_base;
122 struct filter_entry *hpftid_tab;
123 unsigned long *hpftid_bmap;
124 unsigned int nhpftids;
125 unsigned int hpftid_base;
127 struct filter_entry *ftid_tab;
128 unsigned long *ftid_bmap;
129 unsigned int nftids;
130 unsigned int ftid_base;
131 unsigned int aftid_base;
132 unsigned int aftid_end;
134 unsigned int sftid_base;
135 unsigned int nsftids;
137 spinlock_t atid_lock ____cacheline_aligned_in_smp;
138 union aopen_entry *afree;
139 unsigned int atids_in_use;
141 spinlock_t stid_lock;
142 unsigned int stids_in_use;
166 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument