OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timehands
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_tc.c
102
struct
timehands
{
struct
116
struct
timehands
*th_next; /* next timehand */
119
static struct
timehands
th0;
120
static struct
timehands
th9 = { .th_next = &th0, };
121
static struct
timehands
th8 = { .th_next = &th9, };
122
static struct
timehands
th7 = { .th_next = &th8, };
123
static struct
timehands
th6 = { .th_next = &th7, };
124
static struct
timehands
th5 = { .th_next = &th6, };
125
static struct
timehands
th4 = { .th_next = &th5, };
126
static struct
timehands
th3 = { .th_next = &th4, }
137
static struct
timehands
*volatile
timehands
= &th0;
variable
[
all
...]
/src/sys/sys/
timepps.h
149
struct
timehands
*capth;
Completed in 25 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026