Searched refs:drbd_thread (Results 1 – 4 of 4) sorted by relevance
235 struct drbd_thread { struct240 int (*function) (struct drbd_thread *); argument374 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);1491 extern int drbd_worker(struct drbd_thread *thi);1546 extern int drbd_receiver(struct drbd_thread *thi);[all …]
304 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()354 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init() argument355 int (*func) (struct drbd_thread *), const char *name) in drbd_thread_init()366 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()432 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()526 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
2167 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
5580 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()6001 int drbd_ack_receiver(struct drbd_thread *thi) in drbd_ack_receiver()
Completed in 35 milliseconds