Lines Matching defs:td
279 struct thread_data *td = &thread_data[thread_id];
280 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines];
282 if (td->n_pipelines >= THREAD_PIPELINES_MAX)
286 td->p[td->n_pipelines] = p->p;
299 td->n_pipelines++;
369 struct thread_data *td = &thread_data[thread_id];
372 for (i = 0; i < td->n_pipelines; i++) {
373 struct pipeline_data *tdp = &td->pipeline_data[i];
379 if (i < td->n_pipelines - 1) {
381 td->p[td->n_pipelines - 1];
383 &td->pipeline_data[td->n_pipelines - 1];
385 td->p[i] = pipeline_last;
389 td->n_pipelines--;