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

Data Fields

struct hrtimer tmr
 
ktime_t tintv
 
ktime_t moffs
 
wait_queue_head_t wqh
 
u64 ticks
 
int expired
 
int clockid
 
struct rcu_head rcu
 
struct list_head clist
 
bool might_cancel
 

Detailed Description

Definition at line 27 of file timerfd.c.

Field Documentation

Definition at line 36 of file timerfd.c.

int clockid

Definition at line 34 of file timerfd.c.

int expired

Definition at line 33 of file timerfd.c.

bool might_cancel

Definition at line 37 of file timerfd.c.

ktime_t moffs

Definition at line 30 of file timerfd.c.

Definition at line 35 of file timerfd.c.

u64 ticks

Definition at line 32 of file timerfd.c.

ktime_t tintv

Definition at line 29 of file timerfd.c.

Definition at line 28 of file timerfd.c.

Definition at line 31 of file timerfd.c.


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