Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_worker.c2127 if (get_t_state(&connection->worker) != RUNNING) in wait_for_work()
2160 while (get_t_state(thi) == RUNNING) { in drbd_worker()
2175 if (get_t_state(thi) == RUNNING) { in drbd_worker()
2182 if (get_t_state(thi) != RUNNING) in drbd_worker()
H A Ddrbd_int.h174 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() function
1832 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
H A Ddrbd_receiver.c828 if (get_t_state(&connection->receiver) == EXITING) in conn_connect()
4870 while (get_t_state(&connection->receiver) == RUNNING) { in drbdd()
5782 while (get_t_state(thi) == RUNNING) { in drbd_ack_receiver()
H A Ddrbd_main.c1458 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection()