Lines Matching refs:drbd_thread
247 struct drbd_thread { struct
252 int (*function) (struct drbd_thread *); argument
259 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument
386 int drbdd_init(struct drbd_thread *);
387 int drbd_asender(struct drbd_thread *);
744 struct drbd_thread receiver;
745 struct drbd_thread worker;
746 struct drbd_thread ack_receiver;
1078 extern int drbd_thread_start(struct drbd_thread *thi);
1079 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
1081 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1506 extern int drbd_worker(struct drbd_thread *thi);
1558 extern int drbd_receiver(struct drbd_thread *thi);
1559 extern int drbd_ack_receiver(struct drbd_thread *thi);
2001 static inline void drbd_thread_stop(struct drbd_thread *thi) in drbd_thread_stop()
2006 static inline void drbd_thread_stop_nowait(struct drbd_thread *thi) in drbd_thread_stop_nowait()
2011 static inline void drbd_thread_restart_nowait(struct drbd_thread *thi) in drbd_thread_restart_nowait()