Home
last modified time | relevance | path

Searched refs:sender_work (Results 1 – 7 of 7) sorted by relevance

/drivers/block/drbd/
Ddrbd_worker.c96 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final()
448 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
873 drbd_queue_work(&connection->sender_work, &dw->w); in drbd_resync_finished()
2083 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work()
2106 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work()
2108 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2109 if (!list_empty(&connection->sender_work.q)) in wait_for_work()
2110 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work()
2111 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2145 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work()
[all …]
Ddrbd_req.c160 wake_up(&connection->sender_work.q_wait); in wake_all_senders()
656 drbd_queue_work(&connection->sender_work, in __req_mod()
692 drbd_queue_work(&connection->sender_work, in __req_mod()
708 drbd_queue_work(&connection->sender_work, in __req_mod()
820 drbd_queue_work(&connection->sender_work, in __req_mod()
843 drbd_queue_work(&connection->sender_work, in __req_mod()
Ddrbd_int.h746 struct drbd_work_queue sender_work; member
1909 struct drbd_work_queue *q = &connection->sender_work; in drbd_device_post_work()
2280 connection->sender_work, in dec_ap_bio()
Ddrbd_nl.c1343 drbd_flush_workqueue(&connection->sender_work); in conn_reconfig_start()
1886 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_attach()
2566 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_connect()
2952 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate()
3029 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate_peer()
4343 drbd_flush_workqueue(&connection->sender_work); in adm_del_minor()
Ddrbd_main.c1919 &first_peer_device(device)->connection->sender_work, in drbd_queue_unplug()
2050 D_ASSERT(device, list_empty(&first_peer_device(device)->connection->sender_work.q)); in drbd_device_cleanup()
2604 drbd_init_workqueue(&connection->sender_work); in conn_create()
3515 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_queue_bitmap_io()
Ddrbd_state.c1478 drbd_queue_work(&connection->sender_work, in _drbd_set_state()
2355 drbd_queue_work(&connection->sender_work, &acscw->w); in _conn_request_state()
Ddrbd_receiver.c5182 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected()
5189 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected()
5878 drbd_queue_work(&peer_device->connection->sender_work, &dw->w); in got_OVResult()