Linux Kernel
3.7.1
|
#include <drbd_int.h>
Data Fields | |
spinlock_t | t_lock |
struct task_struct * | task |
struct completion | stop |
enum drbd_thread_state | t_state |
int(* | function )(struct drbd_thread *) |
struct drbd_conf * | mdev |
int | reset_cpu_mask |
Definition at line 664 of file drbd_int.h.
int(* function)(struct drbd_thread *) |
Definition at line 669 of file drbd_int.h.
Definition at line 670 of file drbd_int.h.
int reset_cpu_mask |
Definition at line 671 of file drbd_int.h.
struct completion stop |
Definition at line 667 of file drbd_int.h.
spinlock_t t_lock |
Definition at line 665 of file drbd_int.h.
enum drbd_thread_state t_state |
Definition at line 668 of file drbd_int.h.
struct task_struct* task |
Definition at line 666 of file drbd_int.h.