Lines Matching refs:sender_work
96 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final()
449 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
878 drbd_queue_work(&connection->sender_work, &dw->w); in drbd_resync_finished()
2073 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work()
2096 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work()
2098 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2099 if (!list_empty(&connection->sender_work.q)) in wait_for_work()
2100 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work()
2101 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2135 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work()
2207 dequeue_work_batch(&connection->sender_work, &work_list); in drbd_worker()