Lines Matching refs:drbd_thread
162 struct drbd_thread { struct
167 int (*function) (struct drbd_thread *); argument
174 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument
665 struct drbd_thread receiver;
666 struct drbd_thread worker;
667 struct drbd_thread ack_receiver;
997 extern int drbd_thread_start(struct drbd_thread *thi);
998 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
1000 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1423 extern int drbd_worker(struct drbd_thread *thi);
1479 extern int drbd_receiver(struct drbd_thread *thi);
1480 extern int drbd_ack_receiver(struct drbd_thread *thi);
1883 static inline void drbd_thread_stop(struct drbd_thread *thi) in drbd_thread_stop()
1888 static inline void drbd_thread_stop_nowait(struct drbd_thread *thi) in drbd_thread_stop_nowait()
1893 static inline void drbd_thread_restart_nowait(struct drbd_thread *thi) in drbd_thread_restart_nowait()