Lines Matching refs:sender_work
96 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()
877 drbd_queue_work(&connection->sender_work, &dw->w); in drbd_resync_finished()
2091 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work()
2114 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work()
2116 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2117 if (!list_empty(&connection->sender_work.q)) in wait_for_work()
2118 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work()
2119 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2153 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work()
2225 dequeue_work_batch(&connection->sender_work, &work_list); in drbd_worker()