Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c112 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final()
451 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
864 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_resync_finished()
2006 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work()
2029 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work()
2031 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2032 if (!list_empty(&connection->sender_work.q)) in wait_for_work()
2033 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work()
2034 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2068 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work()
[all …]
Ddrbd_req.c186 wake_up(&connection->sender_work.q_wait); in wake_all_senders()
677 drbd_queue_work(&connection->sender_work, in __req_mod()
713 drbd_queue_work(&connection->sender_work, in __req_mod()
729 drbd_queue_work(&connection->sender_work, in __req_mod()
840 drbd_queue_work(&connection->sender_work, in __req_mod()
863 drbd_queue_work(&connection->sender_work, in __req_mod()
Ddrbd_int.h767 struct drbd_work_queue sender_work; member
1931 struct drbd_work_queue *q = &connection->sender_work; in drbd_device_post_work()
2288 connection->sender_work, in dec_ap_bio()
Ddrbd_nl.c1232 drbd_flush_workqueue(&connection->sender_work); in conn_reconfig_start()
1669 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_attach()
2328 drbd_flush_workqueue(&connection->sender_work); in drbd_adm_connect()
2687 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate()
2764 drbd_flush_workqueue(&first_peer_device(device)->connection->sender_work); in drbd_adm_invalidate_peer()
Ddrbd_state.c1187 drbd_queue_work(&connection->sender_work, in __drbd_set_state()
1885 drbd_queue_work(&connection->sender_work, &acscw->w); in _conn_request_state()
Ddrbd_main.c2014 D_ASSERT(device, list_empty(&first_peer_device(device)->connection->sender_work.q)); in drbd_device_cleanup()
2647 drbd_init_workqueue(&connection->sender_work); in conn_create()
3584 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_queue_bitmap_io()
Ddrbd_receiver.c4734 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected()
4741 drbd_flush_workqueue(&peer_device->connection->sender_work); in drbd_disconnected()
5417 drbd_queue_work(&peer_device->connection->sender_work, &dw->w); in got_OVResult()