MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
timer_list Struct Reference

Represents the request to execute a function in the future, also known as timer. More...

Public Attributes

spinlock_t lock
 Protects the access to the timer.
 
struct list_head entry
 Lists of timers are mantained using the list_head.
 
unsigned long expires
 Ticks value when the timer has to expire.
 
void(* function )(unsigned long)
 Functions to be executed when the timer expires.
 
unsigned long data
 Custom data to be passed to the timer function.
 
tvec_base_tbase
 Pointer to the structure containing all the other related timers.
 

Detailed Description

Represents the request to execute a function in the future, also known as timer.


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