Searched refs:sender_work (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/block/drbd/ |
| D | drbd_worker.c | 96 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final() 453 &first_peer_device(device)->connection->sender_work, in resync_timer_fn() 878 drbd_queue_work(&connection->sender_work, &dw->w); in drbd_resync_finished() 2084 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work() 2107 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work() 2109 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work() 2110 if (!list_empty(&connection->sender_work.q)) in wait_for_work() 2111 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work() 2112 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work() 2146 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work() [all …]
|
| D | drbd_req.c | 162 wake_up(&connection->sender_work.q_wait); in wake_all_senders() 647 drbd_queue_work(&connection->sender_work, in __req_mod() 683 drbd_queue_work(&connection->sender_work, in __req_mod() 699 drbd_queue_work(&connection->sender_work, in __req_mod() 810 drbd_queue_work(&connection->sender_work, in __req_mod() 833 drbd_queue_work(&connection->sender_work, in __req_mod()
|
| D | drbd_int.h | 750 struct drbd_work_queue sender_work; member 1918 struct drbd_work_queue *q = &connection->sender_work; in drbd_device_post_work() 2289 connection->sender_work, in dec_ap_bio()
|
| D | drbd_nl.c | 1421 drbd_flush_workqueue(&connection->sender_work); in conn_reconfig_start() 1962 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_attach() 2642 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_connect() 3028 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate() 3105 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate_peer() 4419 drbd_flush_workqueue(&connection->sender_work); in adm_del_minor()
|
| D | drbd_main.c | 1957 &first_peer_device(device)->connection->sender_work, in drbd_queue_unplug() 2090 D_ASSERT(device, list_empty(&first_peer_device(device)->connection->sender_work.q)); in drbd_device_cleanup() 2649 drbd_init_workqueue(&connection->sender_work); in conn_create() 3562 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_queue_bitmap_io()
|
| D | drbd_state.c | 1478 drbd_queue_work(&connection->sender_work, in _drbd_set_state() 2355 drbd_queue_work(&connection->sender_work, &acscw->w); in _conn_request_state()
|
| D | drbd_receiver.c | 5244 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected() 5251 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected() 5942 drbd_queue_work(&peer_device->connection->sender_work, &dw->w); in got_OVResult()
|