Lines Matching defs:drbd_thread
235 struct drbd_thread {
240 int (*function) (struct drbd_thread *);
247 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi)
374 int drbdd_init(struct drbd_thread *);
375 int drbd_asender(struct drbd_thread *);
737 struct drbd_thread receiver;
738 struct drbd_thread worker;
739 struct drbd_thread ack_receiver;
1070 extern int drbd_thread_start(struct drbd_thread *thi);
1071 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
1073 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1493 extern int drbd_worker(struct drbd_thread *thi);
1548 extern int drbd_receiver(struct drbd_thread *thi);
1549 extern int drbd_ack_receiver(struct drbd_thread *thi);
1957 static inline void drbd_thread_stop(struct drbd_thread *thi)
1962 static inline void drbd_thread_stop_nowait(struct drbd_thread *thi)
1967 static inline void drbd_thread_restart_nowait(struct drbd_thread *thi)