Home
last modified time | relevance | path

Searched refs:timehands (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/kern/
Dkern_tc.c101 struct timehands { struct
115 struct timehands *th_next; /* next timehand */ argument
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, };
[all …]
/netbsd/src/sys/sys/
Dtimepps.h149 struct timehands *capth;