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

#include <videobuf2-memops.h>

Data Fields

atomic_trefcount
 
void(* put )(void *arg)
 
voidarg
 

Detailed Description

vb2_vmarea_handler - common vma refcount tracking handler : pointer to refcount entry in the buffer : callback to function that decreases buffer refcount

Definition at line 25 of file videobuf2-memops.h.

Field Documentation

void* arg

Definition at line 28 of file videobuf2-memops.h.

void(* put)(void *arg)

Definition at line 27 of file videobuf2-memops.h.

atomic_t* refcount

Definition at line 26 of file videobuf2-memops.h.


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