Home
last modified time | relevance | path

Searched refs:drbd_thread (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/block/drbd/
Ddrbd_int.h234 struct drbd_thread { struct
239 int (*function) (struct drbd_thread *); argument
246 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument
373 int drbdd_init(struct drbd_thread *);
374 int drbd_asender(struct drbd_thread *);
733 struct drbd_thread receiver;
734 struct drbd_thread worker;
735 struct drbd_thread ack_receiver;
1066 extern int drbd_thread_start(struct drbd_thread *thi);
1067 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
[all …]
Ddrbd_main.c307 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()
357 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init() argument
358 int (*func) (struct drbd_thread *), const char *name) in drbd_thread_init()
369 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()
435 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()
529 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
Ddrbd_worker.c2162 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
Ddrbd_receiver.c5525 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()
5946 int drbd_ack_receiver(struct drbd_thread *thi) in drbd_ack_receiver()