drbd_thread
extern int drbd_thread_start(struct drbd_thread *thi);
extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
extern int drbd_worker(struct drbd_thread *thi);
extern int drbd_receiver(struct drbd_thread *thi);
extern int drbd_ack_receiver(struct drbd_thread *thi);
int (*function) (struct drbd_thread *);
static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi)
static inline void drbd_thread_stop(struct drbd_thread *thi)
static inline void drbd_thread_stop_nowait(struct drbd_thread *thi)
static inline void drbd_thread_restart_nowait(struct drbd_thread *thi)
struct drbd_thread receiver;
struct drbd_thread worker;
struct drbd_thread ack_receiver;
struct drbd_thread *thi = (struct drbd_thread *) arg;
static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi,
int (*func) (struct drbd_thread *), const char *name)
int drbd_thread_start(struct drbd_thread *thi)
void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait)
void drbd_thread_current_set_cpu(struct drbd_thread *thi)
int drbd_receiver(struct drbd_thread *thi)
int drbd_ack_receiver(struct drbd_thread *thi)
int drbd_worker(struct drbd_thread *thi)