Lines Matching refs:ts
161 tsd_t *ts = (tsd_t *)tsd;
164 if (ts->ts_once == 0) {
170 ts->ts_id = us;
173 ts->ts_us0 = (us * 4);
174 ts->ts_us1 = (us * 4) + 2;
177 ts->ts_them0 = (them * 4);
178 ts->ts_them1 = (them * 4) + 2;
181 ts->ts_them0 = (them * 4) + 2;
182 ts->ts_them1 = (them * 4);
185 ts->ts_once = 1;
189 e += block(ts->ts_them0);
197 tsd_t *ts = (tsd_t *)tsd;
202 e += block(ts->ts_us0);
206 e += unblock(ts->ts_us0);
209 e += block(ts->ts_them1);
212 e += unblock(ts->ts_them0);
215 e += block(ts->ts_us1);
218 e += unblock(ts->ts_us1);
219 e += block(ts->ts_them0);
220 e += unblock(ts->ts_them1);
221 e += block(ts->ts_us0);
225 e += unblock(ts->ts_them0);
226 e += unblock(ts->ts_us0);