Lines Matching refs:sender_work
95 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final()
452 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
877 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()
2217 dequeue_work_batch(&connection->sender_work, &work_list); in drbd_worker()