Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_int.h514 struct drbd_thread { struct
519 int (*function) (struct drbd_thread *); argument
525 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument
874 struct drbd_thread receiver;
875 struct drbd_thread worker;
876 struct drbd_thread asender;
1078 extern int drbd_thread_start(struct drbd_thread *thi);
1079 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait);
1082 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1481 extern int drbd_worker(struct drbd_thread *thi);
[all …]
Ddrbd_main.c60 int drbdd_init(struct drbd_thread *);
61 int drbd_worker(struct drbd_thread *);
62 int drbd_asender(struct drbd_thread *);
328 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup()
373 static void drbd_thread_init(struct drbd_tconn *tconn, struct drbd_thread *thi, in drbd_thread_init() argument
374 int (*func) (struct drbd_thread *), char *name) in drbd_thread_init()
384 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()
446 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()
481 static struct drbd_thread *drbd_task_to_thread(struct drbd_tconn *tconn, struct task_struct *task) in drbd_task_to_thread()
483 struct drbd_thread *thi = in drbd_task_to_thread()
[all …]
Ddrbd_worker.c1884 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
Ddrbd_receiver.c4839 int drbdd_init(struct drbd_thread *thi) in drbdd_init()
5248 int drbd_asender(struct drbd_thread *thi) in drbd_asender()