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

Data Fields

struct rb_node rb_node
 
atomic_t ref
 
struct rw_semaphore consumer_rwsem
 
struct mutex copy_mutex
 
struct list_head pending_list
 
struct uprobe_consumerconsumers
 
struct inodeinode
 
loff_t offset
 
unsigned long flags
 
struct arch_uprobe arch
 

Detailed Description

Definition at line 88 of file uprobes.c.

Field Documentation

Definition at line 98 of file uprobes.c.

struct rw_semaphore consumer_rwsem

Definition at line 91 of file uprobes.c.

struct uprobe_consumer* consumers

Definition at line 94 of file uprobes.c.

struct mutex copy_mutex

Definition at line 92 of file uprobes.c.

unsigned long flags

Definition at line 97 of file uprobes.c.

Definition at line 95 of file uprobes.c.

loff_t offset

Definition at line 96 of file uprobes.c.

struct list_head pending_list

Definition at line 93 of file uprobes.c.

Definition at line 89 of file uprobes.c.

atomic_t ref

Definition at line 90 of file uprobes.c.


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