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

#include <vtimer.h>

Data Fields

struct list_head entry
 
u64 expires
 
u64 interval
 
void(* function )(unsigned long)
 
unsigned long data
 

Detailed Description

Definition at line 13 of file vtimer.h.

Field Documentation

unsigned long data

Definition at line 18 of file vtimer.h.

Definition at line 14 of file vtimer.h.

u64 expires

Definition at line 15 of file vtimer.h.

void(* function)(unsigned long)

Definition at line 17 of file vtimer.h.

Definition at line 16 of file vtimer.h.


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