Lines Matching refs:ts
156 tsd_t *ts = (tsd_t *)tsd;
159 if (ts->ts_once == 0) {
165 ts->ts_id = us;
168 ts->ts_us0 = (us * 2);
169 ts->ts_us1 = (us * 2) + 1;
172 ts->ts_them0 = (them * 2);
173 ts->ts_them1 = (them * 2) + 1;
176 ts->ts_them0 = (them * 2) + 1;
177 ts->ts_them1 = (them * 2);
180 ts->ts_once = 1;
184 e += block(ts->ts_them0);
192 tsd_t *ts = (tsd_t *)tsd;
197 e += block(ts->ts_us0);
201 e += unblock(ts->ts_us0);
204 e += block(ts->ts_them1);
207 e += unblock(ts->ts_them0);
210 e += block(ts->ts_us1);
213 e += unblock(ts->ts_us1);
214 e += block(ts->ts_them0);
215 e += unblock(ts->ts_them1);
216 e += block(ts->ts_us0);
220 e += unblock(ts->ts_them0);
221 e += unblock(ts->ts_us0);