Linux Kernel
3.7.1
|
#include <delayed-ref.h>
Data Fields | |
struct rb_root | root |
spinlock_t | lock |
unsigned long | num_entries |
unsigned long | num_heads |
unsigned long | num_heads_ready |
int | flushing |
u64 | run_delayed_start |
Definition at line 117 of file delayed-ref.h.
int flushing |
Definition at line 139 of file delayed-ref.h.
spinlock_t lock |
Definition at line 121 of file delayed-ref.h.
unsigned long num_entries |
Definition at line 126 of file delayed-ref.h.
unsigned long num_heads |
Definition at line 129 of file delayed-ref.h.
unsigned long num_heads_ready |
Definition at line 132 of file delayed-ref.h.
Definition at line 118 of file delayed-ref.h.
u64 run_delayed_start |
Definition at line 141 of file delayed-ref.h.