Linux Kernel
3.7.1
|
Data Fields | |
void * | vaddr |
struct page ** | pages |
struct vm_area_struct * | vma |
int | write |
unsigned long | size |
unsigned int | n_pages |
atomic_t | refcount |
struct vb2_vmarea_handler | handler |
Definition at line 24 of file videobuf2-vmalloc.c.
struct vb2_vmarea_handler handler |
Definition at line 32 of file videobuf2-vmalloc.c.
unsigned int n_pages |
Definition at line 30 of file videobuf2-vmalloc.c.
Definition at line 26 of file videobuf2-vmalloc.c.
atomic_t refcount |
Definition at line 31 of file videobuf2-vmalloc.c.
unsigned long size |
Definition at line 29 of file videobuf2-vmalloc.c.
void* vaddr |
Definition at line 25 of file videobuf2-vmalloc.c.
struct vm_area_struct* vma |
Definition at line 27 of file videobuf2-vmalloc.c.
int write |
Definition at line 28 of file videobuf2-vmalloc.c.