Searched defs:drbd_thread (Results 1 - 1 of 1) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_int.h258 struct drbd_thread { struct
263 int (*function) (struct drbd_thread *);
270 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi)
394 int drbdd_init(struct drbd_thread *);
395 int drbd_asender(struct drbd_thread *);
755 struct drbd_thread receiver;
756 struct drbd_thread worker;
757 struct drbd_thread asender;
1066 extern int drbd_thread_start(struct drbd_thread *thi);
1067 extern void _drbd_thread_stop(struct drbd_thread *th
[all...]

Completed in 1087 milliseconds