Searched refs:ack_receiver (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_int.h | 739 struct drbd_thread ack_receiver; member 1926 /* To get the ack_receiver out of the blocking network stack, 1932 struct task_struct *task = connection->ack_receiver.task; in wake_ack_receiver() 1933 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
|
H A D | drbd_main.c | 1488 || !connection->ack_receiver.task in we_should_drop_the_connection() 1489 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection() 2571 connection->ack_receiver.reset_cpu_mask = 1; in set_resource_options() 2660 drbd_thread_init(resource, &connection->ack_receiver, drbd_ack_receiver, "ack_recv"); in conn_create() 2661 connection->ack_receiver.connection = connection; in conn_create()
|
H A D | drbd_receiver.c | 1124 drbd_thread_start(&connection->ack_receiver); in conn_connect() 4469 /* If some other part of the code (ack_receiver thread, timeout) in receive_state() 5169 /* ack_receiver does not clean up anything. it must not interfere, either */ in conn_disconnect() 5170 drbd_thread_stop(&connection->ack_receiver); in conn_disconnect() 6141 drbd_info(connection, "ack_receiver terminated\n"); in drbd_ack_receiver()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_int.h | 669 struct drbd_thread ack_receiver; member 1862 /* To get the ack_receiver out of the blocking network stack, 1868 struct task_struct *task = connection->ack_receiver.task; in wake_ack_receiver() 1869 if (task && get_t_state(&connection->ack_receiver) == RUNNING) in wake_ack_receiver()
|
H A D | drbd_main.c | 1477 || !connection->ack_receiver.task in we_should_drop_the_connection() 1478 || get_t_state(&connection->ack_receiver) != RUNNING in we_should_drop_the_connection() 2535 connection->ack_receiver.reset_cpu_mask = 1; in set_resource_options() 2624 drbd_thread_init(resource, &connection->ack_receiver, drbd_ack_receiver, "ack_recv"); in conn_create() 2625 connection->ack_receiver.connection = connection; in conn_create()
|
H A D | drbd_receiver.c | 1128 drbd_thread_start(&connection->ack_receiver); in conn_connect() 4422 /* If some other part of the code (ack_receiver thread, timeout) in receive_state() 5121 /* ack_receiver does not clean up anything. it must not interfere, either */ in conn_disconnect() 5122 drbd_thread_stop(&connection->ack_receiver); in conn_disconnect() 6092 drbd_info(connection, "ack_receiver terminated\n"); in drbd_ack_receiver()
|
Completed in 31 milliseconds