Lines Matching refs:ts
157 tsd_t *ts = (tsd_t *)tsd;
160 if (ts->ts_once == 0) {
166 ts->ts_id = us;
169 ts->ts_us0 = (us * 2);
170 ts->ts_us1 = (us * 2) + 1;
173 ts->ts_them0 = (them * 2);
174 ts->ts_them1 = (them * 2) + 1;
177 ts->ts_them0 = (them * 2) + 1;
178 ts->ts_them1 = (them * 2);
181 ts->ts_once = 1;
185 e += block(ts->ts_them0);
193 tsd_t *ts = (tsd_t *)tsd;
198 e += block(ts->ts_us0);
202 e += unblock(ts->ts_us0);
205 e += block(ts->ts_them1);
208 e += unblock(ts->ts_them0);
211 e += block(ts->ts_us1);
214 e += unblock(ts->ts_us1);
215 e += block(ts->ts_them0);
216 e += unblock(ts->ts_them1);
217 e += block(ts->ts_us0);
221 e += unblock(ts->ts_them0);
222 e += unblock(ts->ts_us0);