drbd_thread       240 drivers/block/drbd/drbd_int.h 	int (*function) (struct drbd_thread *);
drbd_thread       247 drivers/block/drbd/drbd_int.h static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi)
drbd_thread       374 drivers/block/drbd/drbd_int.h int drbdd_init(struct drbd_thread *);
drbd_thread       375 drivers/block/drbd/drbd_int.h int drbd_asender(struct drbd_thread *);
drbd_thread       737 drivers/block/drbd/drbd_int.h 	struct drbd_thread receiver;
drbd_thread       738 drivers/block/drbd/drbd_int.h 	struct drbd_thread worker;
drbd_thread       739 drivers/block/drbd/drbd_int.h 	struct drbd_thread ack_receiver;
drbd_thread      1071 drivers/block/drbd/drbd_int.h extern int  drbd_thread_start(struct drbd_thread *thi);
drbd_thread      1072 drivers/block/drbd/drbd_int.h extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
drbd_thread      1074 drivers/block/drbd/drbd_int.h extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
drbd_thread      1494 drivers/block/drbd/drbd_int.h extern int drbd_worker(struct drbd_thread *thi);
drbd_thread      1549 drivers/block/drbd/drbd_int.h extern int drbd_receiver(struct drbd_thread *thi);
drbd_thread      1550 drivers/block/drbd/drbd_int.h extern int drbd_ack_receiver(struct drbd_thread *thi);
drbd_thread      1986 drivers/block/drbd/drbd_int.h static inline void drbd_thread_stop(struct drbd_thread *thi)
drbd_thread      1991 drivers/block/drbd/drbd_int.h static inline void drbd_thread_stop_nowait(struct drbd_thread *thi)
drbd_thread      1996 drivers/block/drbd/drbd_int.h static inline void drbd_thread_restart_nowait(struct drbd_thread *thi)
drbd_thread       316 drivers/block/drbd/drbd_main.c 	struct drbd_thread *thi = (struct drbd_thread *) arg;
drbd_thread       366 drivers/block/drbd/drbd_main.c static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi,
drbd_thread       367 drivers/block/drbd/drbd_main.c 			     int (*func) (struct drbd_thread *), const char *name)
drbd_thread       378 drivers/block/drbd/drbd_main.c int drbd_thread_start(struct drbd_thread *thi)
drbd_thread       444 drivers/block/drbd/drbd_main.c void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait)
drbd_thread       539 drivers/block/drbd/drbd_main.c void drbd_thread_current_set_cpu(struct drbd_thread *thi)
drbd_thread      5590 drivers/block/drbd/drbd_receiver.c int drbd_receiver(struct drbd_thread *thi)
drbd_thread      6010 drivers/block/drbd/drbd_receiver.c int drbd_ack_receiver(struct drbd_thread *thi)
drbd_thread      2162 drivers/block/drbd/drbd_worker.c int drbd_worker(struct drbd_thread *thi)