Linux Kernel
3.7.1
|
#include <async-thread.h>
Data Fields | |
void(* | func )(struct btrfs_work *work) |
void(* | ordered_func )(struct btrfs_work *work) |
void(* | ordered_free )(struct btrfs_work *work) |
unsigned long | flags |
struct btrfs_worker_thread * | worker |
struct list_head | list |
struct list_head | order_list |
Definition at line 38 of file async-thread.h.
unsigned long flags |
Definition at line 55 of file async-thread.h.
void(* func)(struct btrfs_work *work) |
Definition at line 47 of file async-thread.h.
Definition at line 59 of file async-thread.h.
Definition at line 60 of file async-thread.h.
void(* ordered_free)(struct btrfs_work *work) |
Definition at line 49 of file async-thread.h.
void(* ordered_func)(struct btrfs_work *work) |
Definition at line 48 of file async-thread.h.
Definition at line 58 of file async-thread.h.