Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
timex.h File Reference
#include <asm-generic/timex.h>

Go to the source code of this file.

Macros

#define get_cycles()   ({ cycles_t c; read_current_timer(&c); c; })
 
#define ARCH_HAS_READ_CURRENT_TIMER
 

Macro Definition Documentation

#define ARCH_HAS_READ_CURRENT_TIMER

Definition at line 27 of file timex.h.

#define get_cycles (   void)    ({ cycles_t c; read_current_timer(&c); c; })

Definition at line 23 of file timex.h.