Home | History | Annotate | Download | only in kern

Lines Matching defs:th_next

115 	struct timehands	*th_next;        /* next timehand */
119 static struct timehands th9 = { .th_next = &th0, };
120 static struct timehands th8 = { .th_next = &th9, };
121 static struct timehands th7 = { .th_next = &th8, };
122 static struct timehands th6 = { .th_next = &th7, };
123 static struct timehands th5 = { .th_next = &th6, };
124 static struct timehands th4 = { .th_next = &th5, };
125 static struct timehands th3 = { .th_next = &th4, };
126 static struct timehands th2 = { .th_next = &th3, };
127 static struct timehands th1 = { .th_next = &th2, };
133 .th_next = &th1,
933 th = tho->th_next;