Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_int.h235 struct drbd_thread { struct
240 int (*function) (struct drbd_thread *);
247 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state()
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 *th
[all...]
H A Ddrbd_main.c320 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()
370 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init()
371 int (*func) (struct drbd_thread *), const char *name) in drbd_thread_init()
382 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()
448 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()
538 * @thi: drbd_thread object
543 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
H A Ddrbd_worker.c2163 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
H A Ddrbd_receiver.c5590 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()
6010 int drbd_ack_receiver(struct drbd_thread *thi) in drbd_ack_receiver()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_int.h162 struct drbd_thread { struct
167 int (*function) (struct drbd_thread *);
174 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state()
301 int drbdd_init(struct drbd_thread *);
302 int drbd_asender(struct drbd_thread *);
667 struct drbd_thread receiver;
668 struct drbd_thread worker;
669 struct drbd_thread ack_receiver;
1000 extern int drbd_thread_start(struct drbd_thread *thi);
1001 extern void _drbd_thread_stop(struct drbd_thread *th
[all...]
H A Ddrbd_main.c311 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()
361 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init()
362 int (*func) (struct drbd_thread *), const char *name) in drbd_thread_init()
373 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()
439 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()
528 * @thi: drbd_thread object
533 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
H A Ddrbd_worker.c2170 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
H A Ddrbd_receiver.c5539 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()
5961 int drbd_ack_receiver(struct drbd_thread *thi) in drbd_ack_receiver()

Completed in 34 milliseconds