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

Data Fields

struct ring_buffer_per_cpucpu_buffer
 
unsigned long head
 
struct buffer_pagehead_page
 
struct buffer_pagecache_reader_page
 
unsigned long cache_read
 
u64 read_stamp
 

Detailed Description

Definition at line 498 of file ring_buffer.c.

Field Documentation

unsigned long cache_read

Definition at line 503 of file ring_buffer.c.

struct buffer_page* cache_reader_page

Definition at line 502 of file ring_buffer.c.

Definition at line 499 of file ring_buffer.c.

unsigned long head

Definition at line 500 of file ring_buffer.c.

struct buffer_page* head_page

Definition at line 501 of file ring_buffer.c.

u64 read_stamp

Definition at line 504 of file ring_buffer.c.


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