OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cycles_per_usec
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/alpha/alpha/
machdep.c
174
uint64_t
cycles_per_usec
;
variable in typeref:typename:uint64_t
433
cycles_per_usec
= (hwrpb->rpb_cc_freq + 999999) / 1000000;
1764
* running total. If it's over
cycles_per_usec
, increment
1768
while (cycles >
cycles_per_usec
) {
1770
cycles -=
cycles_per_usec
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025