Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c2150 if (get_t_state(&connection->worker) != RUNNING) in wait_for_work()
2183 while (get_t_state(thi) == RUNNING) { in drbd_worker()
2198 if (get_t_state(thi) == RUNNING) { in drbd_worker()
2205 if (get_t_state(thi) != RUNNING) in drbd_worker()
Ddrbd_int.h259 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state() function
1977 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
Ddrbd_receiver.c1026 if (get_t_state(&connection->receiver) == EXITING) in conn_connect()
4925 while (get_t_state(&connection->receiver) == RUNNING) { in drbdd()
5841 while (get_t_state(thi) == RUNNING) { in drbd_ack_receiver()
Ddrbd_main.c1493 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection()
Ddrbd_nl.c4380 if (get_t_state(&connection->worker) == RUNNING) in adm_del_minor()