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

Data Fields

struct btrfs_workersworkers
 
struct list_head pending
 
struct list_head prio_pending
 
struct list_head worker_list
 
struct task_structtask
 
atomic_t num_pending
 
atomic_t refs
 
unsigned long sequence
 
spinlock_t lock
 
int working
 
int idle
 

Detailed Description

Definition at line 35 of file async-thread.c.

Field Documentation

int idle

Definition at line 64 of file async-thread.c.

spinlock_t lock

Definition at line 58 of file async-thread.c.

atomic_t num_pending

Definition at line 50 of file async-thread.c.

struct list_head pending

Definition at line 40 of file async-thread.c.

struct list_head prio_pending

Definition at line 41 of file async-thread.c.

atomic_t refs

Definition at line 53 of file async-thread.c.

unsigned long sequence

Definition at line 55 of file async-thread.c.

Definition at line 47 of file async-thread.c.

struct list_head worker_list

Definition at line 44 of file async-thread.c.

Definition at line 37 of file async-thread.c.

int working

Definition at line 61 of file async-thread.c.


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