Lines Matching refs:sender_work
112 drbd_queue_work(&peer_device->connection->sender_work, &peer_req->w); in drbd_endio_read_sec_final()
429 &first_peer_device(device)->connection->sender_work, in resync_timer_fn()
842 drbd_queue_work(&first_peer_device(device)->connection->sender_work, in drbd_resync_finished()
1984 dequeue_work_batch(&connection->sender_work, work_list); in wait_for_work()
2007 prepare_to_wait(&connection->sender_work.q_wait, &wait, TASK_INTERRUPTIBLE); in wait_for_work()
2009 spin_lock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2010 if (!list_empty(&connection->sender_work.q)) in wait_for_work()
2011 list_splice_tail_init(&connection->sender_work.q, work_list); in wait_for_work()
2012 spin_unlock(&connection->sender_work.q_lock); /* FIXME get rid of this one? */ in wait_for_work()
2046 finish_wait(&connection->sender_work.q_wait, &wait); in wait_for_work()
2118 dequeue_work_batch(&connection->sender_work, &work_list); in drbd_worker()