Lines Matching defs:tpp
70 kthread_t **tpp; \
89 tpp = &s->s_slpq; \
90 while ((tp = *tpp) != NULL) { \
93 tpp = &tp->t_link; \
95 *tpp = curthread; \
120 kthread_t **tpp;
127 tpp = &s->s_slpq;
129 while ((tp = *tpp) != NULL) {
132 tpp = &tp->t_link;
134 *tpp = t;
145 kthread_t **tpp;
151 tpp = &s->s_slpq;
152 while ((tp = *tpp) != NULL) {
154 *tpp = t->t_link;
158 tpp = &tp->t_link;
177 kthread_t **tpp;
183 tpp = &s->s_slpq;
184 while ((tp = *tpp) != NULL) {
186 *tpp = t->t_link;
199 tpp = &tp->t_link;