Lines Matching refs:ts
152 tsd_t *ts = (tsd_t *)tsd;
155 if (ts->ts_once == 0) {
161 ts->ts_id = us;
164 ts->ts_us0 = (us * 2);
165 ts->ts_us1 = (us * 2) + 1;
168 ts->ts_them0 = (them * 2);
169 ts->ts_them1 = (them * 2) + 1;
172 ts->ts_them0 = (them * 2) + 1;
173 ts->ts_them1 = (them * 2);
176 ts->ts_once = 1;
180 e += block(ts->ts_them0);
188 tsd_t *ts = (tsd_t *)tsd;
193 e += block(ts->ts_us0);
197 e += unblock(ts->ts_us0);
200 e += block(ts->ts_them1);
203 e += unblock(ts->ts_them0);
206 e += block(ts->ts_us1);
209 e += unblock(ts->ts_us1);
210 e += block(ts->ts_them0);
211 e += unblock(ts->ts_them1);
212 e += block(ts->ts_us0);
216 e += unblock(ts->ts_them0);
217 e += unblock(ts->ts_us0);