Home
last modified time | relevance | path

Searched defs:drbd_thread (Results 1 – 2 of 2) sorted by relevance

/drivers/block/drbd/
Ddrbd_int.h235 struct drbd_thread { struct
239 enum drbd_thread_state t_state; argument
240 int (*function) (struct drbd_thread *); argument
247 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() argument
Ddrbd_main.c370 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init()