kern_tc.c | 101 struct timehands { struct 115 struct timehands *th_next; /* next timehand */ 118 static struct timehands th0; 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, } 136 static struct timehands *volatile timehands = &th0; variable in typeref:struct:timehands * volatile [all...] |