Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pv_time_ops Struct Reference

#include <paravirt_types.h>

Data Fields

unsigned long long(* sched_clock )(void)
 
unsigned long long(* steal_clock )(int cpu)
 
unsigned long(* get_tsc_khz )(void)
 

Detailed Description

Definition at line 96 of file paravirt_types.h.

Field Documentation

unsigned long(* get_tsc_khz)(void)

Definition at line 99 of file paravirt_types.h.

unsigned long long(* sched_clock)(void)

Definition at line 97 of file paravirt_types.h.

unsigned long long(* steal_clock)(int cpu)

Definition at line 98 of file paravirt_types.h.


The documentation for this struct was generated from the following file: