Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
ia64
kernel
fsyscall_gtod_data.h
Go to the documentation of this file.
1
/*
2
* (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
3
* Contributed by Peter Keilty <
[email protected]
>
4
*
5
* fsyscall gettimeofday data
6
*/
7
8
struct
fsyscall_gtod_data_t
{
9
seqcount_t
seq
;
10
struct
timespec
wall_time
;
11
struct
timespec
monotonic_time
;
12
cycle_t
clk_mask
;
13
u32
clk_mult
;
14
u32
clk_shift
;
15
void
*
clk_fsys_mmio
;
16
cycle_t
clk_cycle_last
;
17
}
____cacheline_aligned
;
18
19
struct
itc_jitter_data_t
{
20
int
itc_jitter
;
21
cycle_t
itc_lastcycle
;
22
}
____cacheline_aligned
;
23
Generated on Thu Jan 10 2013 13:06:39 for Linux Kernel by
1.8.2