Searched refs:drbd_thread (Results 1 – 4 of 4) sorted by relevance
162 struct drbd_thread { struct167 int (*function) (struct drbd_thread *); argument174 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument669 struct drbd_thread receiver;670 struct drbd_thread worker;671 struct drbd_thread ack_receiver;1000 extern int drbd_thread_start(struct drbd_thread *thi);1001 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);1003 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);1409 extern int drbd_worker(struct drbd_thread *thi);[all …]
301 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()351 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init() argument352 int (*func) (struct drbd_thread *), const char *name) in drbd_thread_init()363 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()429 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()509 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
2152 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
5345 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()5767 int drbd_ack_receiver(struct drbd_thread *thi) in drbd_ack_receiver()