Lines Matching defs:drbd_thread
164 struct drbd_thread {
169 int (*function) (struct drbd_thread *);
176 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi)
671 struct drbd_thread receiver;
672 struct drbd_thread worker;
673 struct drbd_thread ack_receiver;
1002 extern int drbd_thread_start(struct drbd_thread *thi);
1003 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
1005 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1411 extern int drbd_worker(struct drbd_thread *thi);
1467 extern int drbd_receiver(struct drbd_thread *thi);
1468 extern int drbd_ack_receiver(struct drbd_thread *thi);
1858 static inline void drbd_thread_stop(struct drbd_thread *thi)
1863 static inline void drbd_thread_stop_nowait(struct drbd_thread *thi)
1868 static inline void drbd_thread_restart_nowait(struct drbd_thread *thi)