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

#include <srcu.h>

Data Fields

unsigned completed
 
struct srcu_struct_array __percpuper_cpu_ref
 
spinlock_t queue_lock
 
bool running
 
struct rcu_batch batch_queue
 
struct rcu_batch batch_check0
 
struct rcu_batch batch_check1
 
struct rcu_batch batch_done
 
struct delayed_work work
 

Detailed Description

Definition at line 43 of file srcu.h.

Field Documentation

struct rcu_batch batch_check0

Definition at line 51 of file srcu.h.

struct rcu_batch batch_check1

Definition at line 53 of file srcu.h.

struct rcu_batch batch_done

Definition at line 54 of file srcu.h.

struct rcu_batch batch_queue

Definition at line 49 of file srcu.h.

unsigned completed

Definition at line 44 of file srcu.h.

Definition at line 45 of file srcu.h.

spinlock_t queue_lock

Definition at line 46 of file srcu.h.

bool running

Definition at line 47 of file srcu.h.

Definition at line 55 of file srcu.h.


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