Linux Kernel
3.7.1
|
Data Fields | |
struct btrfs_workers * | workers |
struct list_head | pending |
struct list_head | prio_pending |
struct list_head | worker_list |
struct task_struct * | task |
atomic_t | num_pending |
atomic_t | refs |
unsigned long | sequence |
spinlock_t | lock |
int | working |
int | idle |
Definition at line 35 of file async-thread.c.
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.
Definition at line 40 of file async-thread.c.
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.
struct task_struct* task |
Definition at line 47 of file async-thread.c.
Definition at line 44 of file async-thread.c.
struct btrfs_workers* workers |
Definition at line 37 of file async-thread.c.
int working |
Definition at line 61 of file async-thread.c.